Html Css Color HEX #781540 Pompadour

📋 copy color: '#781540'

red 120 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #781540

Tints of Pompadour #781540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

 BLUE value IS 64 (25.39% from 255) = 31.22%

R = 58.54%
G = 10.24%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#781540 (or 0x781540) is known color: Pompadour. HEX triplet: 78, 15 and 40. RGB value is (120,21,64). Sum of RGB (Red+Green+Blue) = 120+21+64=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #781540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781540 is #87EABF. Grayscale: #373737. Windows color (decimal): -8907456 or 4199800. OLE color: 4199800.

HSL color Cylindrical-coordinate representation of color #781540: hue angle of 333.94º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781540 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 64 -
CMYK 0 0.83 0.47 0.53
HSL 333.94º 0.7% 0.28% -
HSV(B) 333.94º 0.83% 0.47% -
XYZ 8.94 4.9 5.33 -
YUV 55.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 120 21 64 0 0.83 0.47 0.53 333.94 0.7 0.28
Hex 78 15 40 0 53 2F 35 14E 46 1C
Octal 170 25 100 0 123 57 65 516 106 34
Binary 1111000 10101 1000000 0 1010011 101111 110101 101001110 1000110 11100

Color Harmonies of #781540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781540

Black with #781540

Text Example


Text Example

White with #781540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781540; }

 p { color: rgb(120,21,64); }

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

background-color css

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

 a { background-color: rgb(120,21,64); }

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

border-color css

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

 span { border-color: rgb(120,21,64); }

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