Html Css Color HEX #781143 Pompadour

📋 copy color: '#781143'

red 120 ◦ green 17 ◦ blue 67

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

Shades of Pompadour #781143

Tints of Pompadour #781143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

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

R = 58.82%
G = 8.33%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#781143 (or 0x781143) is known color: Pompadour. HEX triplet: 78, 11 and 43. RGB value is (120,17,67). Sum of RGB (Red+Green+Blue) = 120+17+67=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #781143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781143 is #87EEBC. Grayscale: #353535. Windows color (decimal): -8908477 or 4395384. OLE color: 4395384.

HSL color Cylindrical-coordinate representation of color #781143: hue angle of 330.87º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781143 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 67 -
CMYK 0 0.86 0.44 0.53
HSL 330.87º 0.75% 0.27% -
HSV(B) 330.87º 0.86% 0.47% -
XYZ 8.96 4.8 5.76 -
YUV 53.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 120 17 67 0 0.86 0.44 0.53 330.87 0.75 0.27
Hex 78 11 43 0 56 2C 35 14B 4B 1B
Octal 170 21 103 0 126 54 65 513 113 33
Binary 1111000 10001 1000011 0 1010110 101100 110101 101001011 1001011 11011

Color Harmonies of #781143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781143

Black with #781143

Text Example


Text Example

White with #781143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781143; }

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

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

background-color css

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

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

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

border-color css

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

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

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