#84393F

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

Shades of Stiletto #84393F

Tints of Stiletto #84393F

Color information

#84393F (or 0x84393F) is unknown color: approx Stiletto. HEX triplet: 84, 39 and 3F. RGB value is (132,57,63). Sum of RGB (Red+Green+Blue) = 132+57+63=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #84393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84393F is #7BC6C0. Grayscale: #505050. Windows color (decimal): -8111809 or 4143492. OLE color: 4143492.

HSL color Cylindrical-coordinate representation of color #84393F: hue angle of 355.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84393F is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1325763-
CMYK00.570.520.48
HSL355.2º39.68%37.06%-
HSV(B)355.2º56.82%51.76%-
XYZ11.888.195.66-
YUV80.11118.35165.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 63 (25% from 255) = 25%
R=52.38%
G=22.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132576300.570.520.48355.239.6837.06
Hex84393F03934301632825
Octal204717707164605435045
Binary100001001110011111110111001110100110000101100011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84393F; }

 p { color: rgb(132,57,63); }

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

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

 a { background-color: rgb(132,57,63); }

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

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

 span { border-color: rgb(132,57,63); }

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