#81133E

Color #81133E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #81133E

Tints of Pompadour #81133E

Color information

#81133E (or 0x81133E) is unknown color: approx Pompadour. HEX triplet: 81, 13 and 3E. RGB value is (129,19,62). Sum of RGB (Red+Green+Blue) = 129+19+62=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81133E is #7EECC1. Grayscale: #383838. Windows color (decimal): -8318146 or 4068225. OLE color: 4068225.

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

Color convert

RGB1291962-
CMYK00.850.520.49
HSL336.55º74.32%29.02%-
HSV(B)336.55º85.27%50.59%-
XYZ10.165.485.08-
YUV56.79130.94179.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.43%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=61.43%
G=9.05%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129196200.850.520.49336.5574.3229.02
Hex81133E05534311514a1d
Octal20123760125646152111235
Binary100000011001111111001010101110100110001101010001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81133E; }

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

 H1.HeaderClassName
 {
   color: #81133E;
 }
 .AnyTagClassName
 {
   color: #81133E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #81133E;
 }
 .BgClassName
 {
   background-color: #81133E;
 }
</style>
border-color css

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

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

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