Html Css Color HEX #81124D Pompadour

📋 copy color: '#81124D'

red 129 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #81124D

Tints of Pompadour #81124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.38%

R = 57.59%
G = 8.04%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#81124D (or 0x81124D) is known color: Pompadour. HEX triplet: 81, 12 and 4D. RGB value is (129,18,77). Sum of RGB (Red+Green+Blue) = 129+18+77=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #81124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81124D is #7EEDB2. Grayscale: #393939. Windows color (decimal): -8318387 or 5051009. OLE color: 5051009.

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

Color convert

RGB 129 18 77 -
CMYK 0 0.86 0.40 0.49
HSL 328.11º 0.76% 0.29% -
HSV(B) 328.11º 0.86% 0.51% -
XYZ 10.61 5.64 7.55 -
YUV 57.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 129 18 77 0 0.86 0.40 0.49 328.11 0.76 0.29
Hex 81 12 4D 0 56 28 31 148 4C 1D
Octal 201 22 115 0 126 50 61 510 114 35
Binary 10000001 10010 1001101 0 1010110 101000 110001 101001000 1001100 11101

Color Harmonies of #81124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81124D

Black with #81124D

Text Example


Text Example

White with #81124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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