Html Css Color HEX #811443 Pompadour

📋 copy color: '#811443'

red 129 ◦ green 20 ◦ blue 67

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

Shades of Pompadour #811443

Tints of Pompadour #811443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

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

R = 59.72%
G = 9.26%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#811443 (or 0x811443) is known color: Pompadour. HEX triplet: 81, 14 and 43. RGB value is (129,20,67). Sum of RGB (Red+Green+Blue) = 129+20+67=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #811443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811443 is #7EEBBC. Grayscale: #393939. Windows color (decimal): -8317885 or 4396161. OLE color: 4396161.

HSL color Cylindrical-coordinate representation of color #811443: hue angle of 334.13º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811443 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 67 -
CMYK 0 0.84 0.48 0.49
HSL 334.13º 0.73% 0.29% -
HSV(B) 334.13º 0.84% 0.51% -
XYZ 10.32 5.57 5.84 -
YUV 57.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 129 20 67 0 0.84 0.48 0.49 334.13 0.73 0.29
Hex 81 14 43 0 54 30 31 14E 49 1D
Octal 201 24 103 0 124 60 61 516 111 35
Binary 10000001 10100 1000011 0 1010100 110000 110001 101001110 1001001 11101

Color Harmonies of #811443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811443

Black with #811443

Text Example


Text Example

White with #811443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811443; }

 p { color: rgb(129,20,67); }

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

background-color css

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

 a { background-color: rgb(129,20,67); }

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

border-color css

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

 span { border-color: rgb(129,20,67); }

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