Html Css Color HEX #811255 Pompadour

📋 copy color: '#811255'

red 129 ◦ green 18 ◦ blue 85

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

Shades of Pompadour #811255

Tints of Pompadour #811255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 55.6%
G = 7.76%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#811255 (or 0x811255) is known color: Pompadour. HEX triplet: 81, 12 and 55. RGB value is (129,18,85). Sum of RGB (Red+Green+Blue) = 129+18+85=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #811255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811255 is #7EEDAA. Grayscale: #3A3A3A. Windows color (decimal): -8318379 or 5575297. OLE color: 5575297.

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

Color convert

RGB 129 18 85 -
CMYK 0 0.86 0.34 0.49
HSL 323.78º 0.76% 0.29% -
HSV(B) 323.78º 0.86% 0.51% -
XYZ 10.91 5.76 9.13 -
YUV 58.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 129 18 85 0 0.86 0.34 0.49 323.78 0.76 0.29
Hex 81 12 55 0 56 22 31 144 4C 1D
Octal 201 22 125 0 126 42 61 504 114 35
Binary 10000001 10010 1010101 0 1010110 100010 110001 101000100 1001100 11101

Color Harmonies of #811255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811255

Black with #811255

Text Example


Text Example

White with #811255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811255; }

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

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

background-color css

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

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

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

border-color css

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

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

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