#84393A

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

Shades of Stiletto #84393A

Tints of Stiletto #84393A

Color information

#84393A (or 0x84393A) is unknown color: approx Stiletto. HEX triplet: 84, 39 and 3A. RGB value is (132,57,58). Sum of RGB (Red+Green+Blue) = 132+57+58=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84393A is #7BC6C5. Grayscale: #4F4F4F. Windows color (decimal): -8111814 or 3815812. OLE color: 3815812.

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

Color convert

RGB1325758-
CMYK00.570.560.48
HSL359.2º39.68%37.06%-
HSV(B)359.2º56.82%51.76%-
XYZ11.748.144.95-
YUV79.54115.85165.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=53.44%
G=23.08%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132575800.570.560.48359.239.6837.06
Hex84393A03938301672825
Octal204717207170605475045
Binary100001001110011110100111001111000110000101100111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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