#84353C

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

Shades of Stiletto #84353C

Tints of Stiletto #84353C

Color information

#84353C (or 0x84353C) is unknown color: approx Stiletto. HEX triplet: 84, 35 and 3C. RGB value is (132,53,60). Sum of RGB (Red+Green+Blue) = 132+53+60=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84353C is #7BCAC3. Grayscale: #4D4D4D. Windows color (decimal): -8112836 or 3945860. OLE color: 3945860.

HSL color Cylindrical-coordinate representation of color #84353C: hue angle of 354.68º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84353C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1325360-
CMYK00.600.550.48
HSL354.68º42.7%36.27%-
HSV(B)354.68º59.85%51.76%-
XYZ11.67.785.16-
YUV77.42118.17166.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=53.88%
G=21.63%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132536000.600.550.48354.6842.736.27
Hex84353C03C37301632b24
Octal204657407467605435344
Binary100001001101011111000111100110111110000101100011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84353C; }

 p { color: rgb(132,53,60); }

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

<style>
 a { background-color: #84353C; }

 a { background-color: rgb(132,53,60); }

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

<style>
 span { border-color: #84353C; }

 span { border-color: rgb(132,53,60); }

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