Html Css Color HEX #811740 Pompadour

📋 copy color: '#811740'

red 129 ◦ green 23 ◦ blue 64

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

Shades of Pompadour #811740

Tints of Pompadour #811740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

 BLUE value IS 64 (25.39% from 255) = 29.63%

R = 59.72%
G = 10.65%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#811740 (or 0x811740) is known color: Pompadour. HEX triplet: 81, 17 and 40. RGB value is (129,23,64). Sum of RGB (Red+Green+Blue) = 129+23+64=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #811740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811740 is #7EE8BF. Grayscale: #3B3B3B. Windows color (decimal): -8317120 or 4200321. OLE color: 4200321.

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

Color convert

RGB 129 23 64 -
CMYK 0 0.82 0.50 0.49
HSL 336.79º 0.7% 0.3% -
HSV(B) 336.79º 0.82% 0.51% -
XYZ 10.29 5.65 5.4 -
YUV 59.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 129 23 64 0 0.82 0.50 0.49 336.79 0.7 0.3
Hex 81 17 40 0 52 32 31 151 46 1E
Octal 201 27 100 0 122 62 61 521 106 36
Binary 10000001 10111 1000000 0 1010010 110010 110001 101010001 1000110 11110

Color Harmonies of #811740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811740

Black with #811740

Text Example


Text Example

White with #811740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811740; }

 p { color: rgb(129,23,64); }

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

background-color css

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

 a { background-color: rgb(129,23,64); }

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

border-color css

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

 span { border-color: rgb(129,23,64); }

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