Html Css Color HEX #811646 Pompadour

📋 copy color: '#811646'

red 129 ◦ green 22 ◦ blue 70

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

Shades of Pompadour #811646

Tints of Pompadour #811646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

 BLUE value IS 70 (27.73% from 255) = 31.67%

R = 58.37%
G = 9.95%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#811646 (or 0x811646) is known color: Pompadour. HEX triplet: 81, 16 and 46. RGB value is (129,22,70). Sum of RGB (Red+Green+Blue) = 129+22+70=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #811646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811646 is #7EE9B9. Grayscale: #3B3B3B. Windows color (decimal): -8317370 or 4593281. OLE color: 4593281.

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

Color convert

RGB 129 22 70 -
CMYK 0 0.83 0.46 0.49
HSL 333.08º 0.71% 0.3% -
HSV(B) 333.08º 0.83% 0.51% -
XYZ 10.45 5.68 6.34 -
YUV 59.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 129 22 70 0 0.83 0.46 0.49 333.08 0.71 0.3
Hex 81 16 46 0 53 2E 31 14D 47 1E
Octal 201 26 106 0 123 56 61 515 107 36
Binary 10000001 10110 1000110 0 1010011 101110 110001 101001101 1000111 11110

Color Harmonies of #811646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811646

Black with #811646

Text Example


Text Example

White with #811646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811646; }

 p { color: rgb(129,22,70); }

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

background-color css

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

 a { background-color: rgb(129,22,70); }

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

border-color css

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

 span { border-color: rgb(129,22,70); }

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