#81373B

Color #81373B Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #81373B

Tints of Stiletto #81373B

Color information

#81373B (or 0x81373B) is unknown color: approx Stiletto. HEX triplet: 81, 37 and 3B. RGB value is (129,55,59). Sum of RGB (Red+Green+Blue) = 129+55+59=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81373B is #7EC8C4. Grayscale: #4D4D4D. Windows color (decimal): -8308933 or 3880833. OLE color: 3880833.

HSL color Cylindrical-coordinate representation of color #81373B: hue angle of 356.76º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81373B is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1295559-
CMYK00.570.540.49
HSL356.76º40.22%36.08%-
HSV(B)356.76º57.36%50.59%-
XYZ11.217.725.04-
YUV77.58117.52164.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=53.09%
G=22.63%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129555900.570.540.49356.7640.2236.08
Hex81373B03936311652824
Octal201677307166615455044
Binary100000011101111110110111001110110110001101100101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81373B; }

 p { color: rgb(129,55,59); }

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

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

 a { background-color: rgb(129,55,59); }

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

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

 span { border-color: rgb(129,55,59); }

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