Html Css Color HEX #781A53 Pompadour

📋 copy color: '#781A53'

red 120 ◦ green 26 ◦ blue 83

#781A53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #781A53

Tints of Pompadour #781A53

RGB

 RED value IS 120 (47.27% from 255) = 52.4%

 GREEN value IS 26 (10.55% from 255) = 11.35%

 BLUE value IS 83 (32.81% from 255) = 36.24%

R = 52.4%
G = 11.35%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#781A53 (or 0x781A53) is known color: Pompadour. HEX triplet: 78, 1A and 53. RGB value is (120,26,83). Sum of RGB (Red+Green+Blue) = 120+26+83=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #781A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A53 is #87E5AC. Grayscale: #3C3C3C. Windows color (decimal): -8906157 or 5446264. OLE color: 5446264.

HSL color Cylindrical-coordinate representation of color #781A53: hue angle of 323.62º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A53 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 26 83 -
CMYK 0 0.78 0.31 0.53
HSL 323.62º 0.64% 0.29% -
HSV(B) 323.62º 0.78% 0.47% -
XYZ 9.68 5.36 8.71 -
YUV 60.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 120 26 83 0 0.78 0.31 0.53 323.62 0.64 0.29
Hex 78 1A 53 0 4E 1F 35 144 40 1D
Octal 170 32 123 0 116 37 65 504 100 35
Binary 1111000 11010 1010011 0 1001110 11111 110101 101000100 1000000 11101

Color Harmonies of #781A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A53

Black with #781A53

Text Example


Text Example

White with #781A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781A53; }

 p { color: rgb(120,26,83); }

 H1.HeaderClassName
 {
   color: #781A53;
 }
 .AnyTagClassName
 {
   color: #781A53;
 }
</style>

background-color css

<style>
 a { background-color: #781A53; }

 a { background-color: rgb(120,26,83); }

 div.DivClassName
 {
   background-color: #781A53;
 }
 .BgClassName
 {
   background-color: #781A53;
 }
</style>

border-color css

<style>
 span { border-color: #781A53; }

 span { border-color: rgb(120,26,83); }

 td.TdClassName
 {
   border-color: #781A53;
 }
 .TagClassName
 {
   border-color: #781A53;
 }
</style>