#84363B

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

Shades of Stiletto #84363B

Tints of Stiletto #84363B

Color information

#84363B (or 0x84363B) is unknown color: approx Stiletto. HEX triplet: 84, 36 and 3B. RGB value is (132,54,59). Sum of RGB (Red+Green+Blue) = 132+54+59=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84363B is #7BC9C4. Grayscale: #4D4D4D. Windows color (decimal): -8112581 or 3880580. OLE color: 3880580.

HSL color Cylindrical-coordinate representation of color #84363B: hue angle of 356.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84363B is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1325459-
CMYK00.590.550.48
HSL356.15º41.94%36.47%-
HSV(B)356.15º59.09%51.76%-
XYZ11.627.865.04-
YUV77.89117.34166.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=53.88%
G=22.04%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132545900.590.550.48356.1541.9436.47
Hex84363B03B37301642a24
Octal204667307367605445244
Binary100001001101101110110111011110111110000101100100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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