Html Css Color HEX #781543 Pompadour

📋 copy color: '#781543'

red 120 ◦ green 21 ◦ blue 67

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

Shades of Pompadour #781543

Tints of Pompadour #781543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.21%

R = 57.69%
G = 10.1%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#781543 (or 0x781543) is known color: Pompadour. HEX triplet: 78, 15 and 43. RGB value is (120,21,67). Sum of RGB (Red+Green+Blue) = 120+21+67=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #781543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781543 is #87EABC. Grayscale: #373737. Windows color (decimal): -8907453 or 4396408. OLE color: 4396408.

HSL color Cylindrical-coordinate representation of color #781543: hue angle of 332.12º 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 #781543 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 67 -
CMYK 0 0.83 0.44 0.53
HSL 332.12º 0.7% 0.28% -
HSV(B) 332.12º 0.83% 0.47% -
XYZ 9.03 4.93 5.79 -
YUV 55.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 120 21 67 0 0.83 0.44 0.53 332.12 0.7 0.28
Hex 78 15 43 0 53 2C 35 14C 46 1C
Octal 170 25 103 0 123 54 65 514 106 34
Binary 1111000 10101 1000011 0 1010011 101100 110101 101001100 1000110 11100

Color Harmonies of #781543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781543

Black with #781543

Text Example


Text Example

White with #781543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781543; }

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

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

background-color css

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

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

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

border-color css

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

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

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