#84373F

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

Shades of Stiletto #84373F

Tints of Stiletto #84373F

Color information

#84373F (or 0x84373F) is unknown color: approx Stiletto. HEX triplet: 84, 37 and 3F. RGB value is (132,55,63). Sum of RGB (Red+Green+Blue) = 132+55+63=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84373F is #7BC8C0. Grayscale: #4E4E4E. Windows color (decimal): -8112321 or 4142980. OLE color: 4142980.

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

Color convert

RGB1325563-
CMYK00.580.520.48
HSL353.77º41.18%36.67%-
HSV(B)353.77º58.33%51.76%-
XYZ11.7885.63-
YUV78.93119.01165.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 63 (25% from 255) = 25.2%
R=52.8%
G=22%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132556300.580.520.48353.7741.1836.67
Hex84373F03A34301622925
Octal204677707264605425145
Binary100001001101111111110111010110100110000101100010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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