Html Css Color HEX #84353F Stiletto

📋 copy color: '#84353F'

red 132 ◦ green 53 ◦ blue 63

#84353F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #84353F

Tints of Stiletto #84353F

RGB

 RED value IS 132 (51.95% from 255) = 53.23%

 GREEN value IS 53 (21.09% from 255) = 21.37%

 BLUE value IS 63 (25% from 255) = 25.4%

R = 53.23%
G = 21.37%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#84353F (or 0x84353F) is known color: Stiletto. HEX triplet: 84, 35 and 3F. RGB value is (132,53,63). Sum of RGB (Red+Green+Blue) = 132+53+63=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84353F is #7BCAC0. Grayscale: #4D4D4D. Windows color (decimal): -8112833 or 4142468. OLE color: 4142468.

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

Color convert

RGB 132 53 63 -
CMYK 0 0.60 0.52 0.48
HSL 352.41º 0.43% 0.36% -
HSV(B) 352.41º 0.6% 0.52% -
XYZ 11.69 7.81 5.59 -
YUV 77.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 132 53 63 0 0.60 0.52 0.48 352.41 0.43 0.36
Hex 84 35 3F 0 3C 34 30 160 2B 24
Octal 204 65 77 0 74 64 60 540 53 44
Binary 10000100 110101 111111 0 111100 110100 110000 101100000 101011 100100

Color Harmonies of #84353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84353F

Black with #84353F

Text Example


Text Example

White with #84353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84353F;
 }
 .AnyTagClassName
 {
   color: #84353F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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