Html Css Color HEX #811252 Pompadour

📋 copy color: '#811252'

red 129 ◦ green 18 ◦ blue 82

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

Shades of Pompadour #811252

Tints of Pompadour #811252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.81%

R = 56.33%
G = 7.86%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#811252 (or 0x811252) is known color: Pompadour. HEX triplet: 81, 12 and 52. RGB value is (129,18,82). Sum of RGB (Red+Green+Blue) = 129+18+82=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #811252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811252 is #7EEDAD. Grayscale: #3A3A3A. Windows color (decimal): -8318382 or 5378689. OLE color: 5378689.

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

Color convert

RGB 129 18 82 -
CMYK 0 0.86 0.36 0.49
HSL 325.41º 0.76% 0.29% -
HSV(B) 325.41º 0.86% 0.51% -
XYZ 10.79 5.71 8.52 -
YUV 58.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 129 18 82 0 0.86 0.36 0.49 325.41 0.76 0.29
Hex 81 12 52 0 56 24 31 145 4C 1D
Octal 201 22 122 0 126 44 61 505 114 35
Binary 10000001 10010 1010010 0 1010110 100100 110001 101000101 1001100 11101

Color Harmonies of #811252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811252

Black with #811252

Text Example


Text Example

White with #811252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811252; }

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

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

background-color css

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

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

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

border-color css

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

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

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