#84353E

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

Shades of Stiletto #84353E

Tints of Stiletto #84353E

Color information

#84353E (or 0x84353E) is unknown color: approx Stiletto. HEX triplet: 84, 35 and 3E. RGB value is (132,53,62). Sum of RGB (Red+Green+Blue) = 132+53+62=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84353E is #7BCAC1. Grayscale: #4D4D4D. Windows color (decimal): -8112834 or 4076932. OLE color: 4076932.

HSL color Cylindrical-coordinate representation of color #84353E: hue angle of 353.16º 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 #84353E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1325362-
CMYK00.600.530.48
HSL353.16º42.7%36.27%-
HSV(B)353.16º59.85%51.76%-
XYZ11.667.85.45-
YUV77.65119.17166.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=53.44%
G=21.46%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132536200.600.530.48353.1642.736.27
Hex84353E03C35301612b24
Octal204657607465605415344
Binary100001001101011111100111100110101110000101100001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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