Html Css Color HEX #811349 Pompadour

📋 copy color: '#811349'

red 129 ◦ green 19 ◦ blue 73

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

Shades of Pompadour #811349

Tints of Pompadour #811349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 58.37%
G = 8.6%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#811349 (or 0x811349) is known color: Pompadour. HEX triplet: 81, 13 and 49. RGB value is (129,19,73). Sum of RGB (Red+Green+Blue) = 129+19+73=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #811349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811349 is #7EECB6. Grayscale: #393939. Windows color (decimal): -8318135 or 4789121. OLE color: 4789121.

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

Color convert

RGB 129 19 73 -
CMYK 0 0.85 0.43 0.49
HSL 330.55º 0.74% 0.29% -
HSV(B) 330.55º 0.85% 0.51% -
XYZ 10.49 5.61 6.83 -
YUV 58.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 129 19 73 0 0.85 0.43 0.49 330.55 0.74 0.29
Hex 81 13 49 0 55 2B 31 14B 4A 1D
Octal 201 23 111 0 125 53 61 513 112 35
Binary 10000001 10011 1001001 0 1010101 101011 110001 101001011 1001010 11101

Color Harmonies of #811349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811349

Black with #811349

Text Example


Text Example

White with #811349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811349; }

 p { color: rgb(129,19,73); }

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

background-color css

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

 a { background-color: rgb(129,19,73); }

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

border-color css

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

 span { border-color: rgb(129,19,73); }

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