#84393B

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

Shades of Stiletto #84393B

Tints of Stiletto #84393B

Color information

#84393B (or 0x84393B) is unknown color: approx Stiletto. HEX triplet: 84, 39 and 3B. RGB value is (132,57,59). Sum of RGB (Red+Green+Blue) = 132+57+59=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84393B is #7BC6C4. Grayscale: #4F4F4F. Windows color (decimal): -8111813 or 3881348. OLE color: 3881348.

HSL color Cylindrical-coordinate representation of color #84393B: hue angle of 358.4º 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 #84393B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1325759-
CMYK00.570.550.48
HSL358.4º39.68%37.06%-
HSV(B)358.4º56.82%51.76%-
XYZ11.778.155.09-
YUV79.65116.35165.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=53.23%
G=22.98%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132575900.570.550.48358.439.6837.06
Hex84393B03937301662825
Octal204717307167605465045
Binary100001001110011110110111001110111110000101100110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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