#81363A

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

Shades of Stiletto #81363A

Tints of Stiletto #81363A

Color information

#81363A (or 0x81363A) is unknown color: approx Stiletto. HEX triplet: 81, 36 and 3A. RGB value is (129,54,58). Sum of RGB (Red+Green+Blue) = 129+54+58=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81363A is #7EC9C5. Grayscale: #4C4C4C. Windows color (decimal): -8309190 or 3815041. OLE color: 3815041.

HSL color Cylindrical-coordinate representation of color #81363A: hue angle of 356.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81363A is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1295458-
CMYK00.580.550.49
HSL356.8º40.98%35.88%-
HSV(B)356.8º58.14%50.59%-
XYZ11.147.614.89-
YUV76.88117.35165.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=53.53%
G=22.41%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129545800.580.550.49356.840.9835.88
Hex81363A03A37311652924
Octal201667207267615455144
Binary100000011101101110100111010110111110001101100101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81363A; }

 p { color: rgb(129,54,58); }

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

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

 a { background-color: rgb(129,54,58); }

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

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

 span { border-color: rgb(129,54,58); }

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