Html Css Color HEX #811440 Pompadour

📋 copy color: '#811440'

red 129 ◦ green 20 ◦ blue 64

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

Shades of Pompadour #811440

Tints of Pompadour #811440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 60.56%
G = 9.39%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#811440 (or 0x811440) is known color: Pompadour. HEX triplet: 81, 14 and 40. RGB value is (129,20,64). Sum of RGB (Red+Green+Blue) = 129+20+64=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #811440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811440 is #7EEBBF. Grayscale: #393939. Windows color (decimal): -8317888 or 4199553. OLE color: 4199553.

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

Color convert

RGB 129 20 64 -
CMYK 0 0.84 0.50 0.49
HSL 335.78º 0.73% 0.29% -
HSV(B) 335.78º 0.84% 0.51% -
XYZ 10.23 5.54 5.38 -
YUV 57.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 129 20 64 0 0.84 0.50 0.49 335.78 0.73 0.29
Hex 81 14 40 0 54 32 31 150 49 1D
Octal 201 24 100 0 124 62 61 520 111 35
Binary 10000001 10100 1000000 0 1010100 110010 110001 101010000 1001001 11101

Color Harmonies of #811440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811440

Black with #811440

Text Example


Text Example

White with #811440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811440; }

 p { color: rgb(129,20,64); }

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

background-color css

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

 a { background-color: rgb(129,20,64); }

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

border-color css

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

 span { border-color: rgb(129,20,64); }

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