Html Css Color HEX #811353 Pompadour

📋 copy color: '#811353'

red 129 ◦ green 19 ◦ blue 83

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

Shades of Pompadour #811353

Tints of Pompadour #811353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 55.84%
G = 8.23%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#811353 (or 0x811353) is known color: Pompadour. HEX triplet: 81, 13 and 53. RGB value is (129,19,83). Sum of RGB (Red+Green+Blue) = 129+19+83=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #811353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811353 is #7EECAC. Grayscale: #3B3B3B. Windows color (decimal): -8318125 or 5444481. OLE color: 5444481.

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

Color convert

RGB 129 19 83 -
CMYK 0 0.85 0.36 0.49
HSL 325.09º 0.74% 0.29% -
HSV(B) 325.09º 0.85% 0.51% -
XYZ 10.85 5.76 8.72 -
YUV 59.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 129 19 83 0 0.85 0.36 0.49 325.09 0.74 0.29
Hex 81 13 53 0 55 24 31 145 4A 1D
Octal 201 23 123 0 125 44 61 505 112 35
Binary 10000001 10011 1010011 0 1010101 100100 110001 101000101 1001010 11101

Color Harmonies of #811353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811353

Black with #811353

Text Example


Text Example

White with #811353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811353; }

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

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

background-color css

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

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

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

border-color css

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

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

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