Html Css Color HEX #811842 Pompadour

📋 copy color: '#811842'

red 129 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #811842

Tints of Pompadour #811842

RGB

 RED value IS 129 (50.78% from 255) = 58.9%

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 66 (26.17% from 255) = 30.14%

R = 58.9%
G = 10.96%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#811842 (or 0x811842) is known color: Pompadour. HEX triplet: 81, 18 and 42. RGB value is (129,24,66). Sum of RGB (Red+Green+Blue) = 129+24+66=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #811842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811842 is #7EE7BD. Grayscale: #3C3C3C. Windows color (decimal): -8316862 or 4331649. OLE color: 4331649.

HSL color Cylindrical-coordinate representation of color #811842: hue angle of 336º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811842 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 24 66 -
CMYK 0 0.81 0.49 0.49
HSL 336º 0.69% 0.3% -
HSV(B) 336º 0.81% 0.51% -
XYZ 10.36 5.71 5.71 -
YUV 60.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 129 24 66 0 0.81 0.49 0.49 336 0.69 0.3
Hex 81 18 42 0 51 31 31 150 45 1E
Octal 201 30 102 0 121 61 61 520 105 36
Binary 10000001 11000 1000010 0 1010001 110001 110001 101010000 1000101 11110

Color Harmonies of #811842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811842

Black with #811842

Text Example


Text Example

White with #811842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811842; }

 p { color: rgb(129,24,66); }

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

background-color css

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

 a { background-color: rgb(129,24,66); }

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

border-color css

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

 span { border-color: rgb(129,24,66); }

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