Html Css Color HEX #811355 Pompadour

📋 copy color: '#811355'

red 129 ◦ green 19 ◦ blue 85

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

Shades of Pompadour #811355

Tints of Pompadour #811355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 55.36%
G = 8.15%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#811355 (or 0x811355) is known color: Pompadour. HEX triplet: 81, 13 and 55. RGB value is (129,19,85). Sum of RGB (Red+Green+Blue) = 129+19+85=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #811355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811355 is #7EECAA. Grayscale: #3B3B3B. Windows color (decimal): -8318123 or 5575553. OLE color: 5575553.

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

Color convert

RGB 129 19 85 -
CMYK 0 0.85 0.34 0.49
HSL 324º 0.74% 0.29% -
HSV(B) 324º 0.85% 0.51% -
XYZ 10.93 5.79 9.14 -
YUV 59.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 129 19 85 0 0.85 0.34 0.49 324 0.74 0.29
Hex 81 13 55 0 55 22 31 144 4A 1D
Octal 201 23 125 0 125 42 61 504 112 35
Binary 10000001 10011 1010101 0 1010101 100010 110001 101000100 1001010 11101

Color Harmonies of #811355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811355

Black with #811355

Text Example


Text Example

White with #811355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811355; }

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

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

background-color css

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

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

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

border-color css

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

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

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