Html Css Color HEX #811241 Pompadour

📋 copy color: '#811241'

red 129 ◦ green 18 ◦ blue 65

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

Shades of Pompadour #811241

Tints of Pompadour #811241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

 BLUE value IS 65 (25.78% from 255) = 30.66%

R = 60.85%
G = 8.49%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#811241 (or 0x811241) is known color: Pompadour. HEX triplet: 81, 12 and 41. RGB value is (129,18,65). Sum of RGB (Red+Green+Blue) = 129+18+65=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #811241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811241 is #7EEDBE. Grayscale: #383838. Windows color (decimal): -8318399 or 4264577. OLE color: 4264577.

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

Color convert

RGB 129 18 65 -
CMYK 0 0.86 0.50 0.49
HSL 334.59º 0.76% 0.29% -
HSV(B) 334.59º 0.86% 0.51% -
XYZ 10.22 5.48 5.52 -
YUV 56.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 129 18 65 0 0.86 0.50 0.49 334.59 0.76 0.29
Hex 81 12 41 0 56 32 31 14F 4C 1D
Octal 201 22 101 0 126 62 61 517 114 35
Binary 10000001 10010 1000001 0 1010110 110010 110001 101001111 1001100 11101

Color Harmonies of #811241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811241

Black with #811241

Text Example


Text Example

White with #811241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811241; }

 p { color: rgb(129,18,65); }

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

background-color css

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

 a { background-color: rgb(129,18,65); }

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

border-color css

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

 span { border-color: rgb(129,18,65); }

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