Html Css Color HEX #811441 Pompadour

📋 copy color: '#811441'

red 129 ◦ green 20 ◦ blue 65

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

Shades of Pompadour #811441

Tints of Pompadour #811441

RGB

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

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

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

R = 60.28%
G = 9.35%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#811441 (or 0x811441) is known color: Pompadour. HEX triplet: 81, 14 and 41. RGB value is (129,20,65). Sum of RGB (Red+Green+Blue) = 129+20+65=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #811441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811441 is #7EEBBE. Grayscale: #393939. Windows color (decimal): -8317887 or 4265089. OLE color: 4265089.

HSL color Cylindrical-coordinate representation of color #811441: hue angle of 335.23º 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 #811441 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 65 -
CMYK 0 0.84 0.50 0.49
HSL 335.23º 0.73% 0.29% -
HSV(B) 335.23º 0.84% 0.51% -
XYZ 10.26 5.55 5.53 -
YUV 57.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 129 20 65 0 0.84 0.50 0.49 335.23 0.73 0.29
Hex 81 14 41 0 54 32 31 14F 49 1D
Octal 201 24 101 0 124 62 61 517 111 35
Binary 10000001 10100 1000001 0 1010100 110010 110001 101001111 1001001 11101

Color Harmonies of #811441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811441

Black with #811441

Text Example


Text Example

White with #811441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811441; }

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

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

background-color css

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

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

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

border-color css

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

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

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