Html Css Color HEX #811248 Pompadour

📋 copy color: '#811248'

red 129 ◦ green 18 ◦ blue 72

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

Shades of Pompadour #811248

Tints of Pompadour #811248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.88%

R = 58.9%
G = 8.22%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#811248 (or 0x811248) is known color: Pompadour. HEX triplet: 81, 12 and 48. RGB value is (129,18,72). Sum of RGB (Red+Green+Blue) = 129+18+72=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #811248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811248 is #7EEDB7. Grayscale: #393939. Windows color (decimal): -8318392 or 4723329. OLE color: 4723329.

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

Color convert

RGB 129 18 72 -
CMYK 0 0.86 0.44 0.49
HSL 330.81º 0.76% 0.29% -
HSV(B) 330.81º 0.86% 0.51% -
XYZ 10.44 5.57 6.66 -
YUV 57.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 129 18 72 0 0.86 0.44 0.49 330.81 0.76 0.29
Hex 81 12 48 0 56 2C 31 14B 4C 1D
Octal 201 22 110 0 126 54 61 513 114 35
Binary 10000001 10010 1001000 0 1010110 101100 110001 101001011 1001100 11101

Color Harmonies of #811248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811248

Black with #811248

Text Example


Text Example

White with #811248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811248; }

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

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

background-color css

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

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

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

border-color css

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

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

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