Html Css Color HEX #84373C Stiletto

📋 copy color: '#84373C'

red 132 ◦ green 55 ◦ blue 60

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

Shades of Stiletto #84373C

Tints of Stiletto #84373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 53.44%
G = 22.27%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84373C (or 0x84373C) is known color: Stiletto. HEX triplet: 84, 37 and 3C. RGB value is (132,55,60). Sum of RGB (Red+Green+Blue) = 132+55+60=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84373C is #7BC8C3. Grayscale: #4E4E4E. Windows color (decimal): -8112324 or 3946372. OLE color: 3946372.

HSL color Cylindrical-coordinate representation of color #84373C: hue angle of 356.1º 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 #84373C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 55 60 -
CMYK 0 0.58 0.55 0.48
HSL 356.1º 0.41% 0.37% -
HSV(B) 356.1º 0.58% 0.52% -
XYZ 11.7 7.96 5.2 -
YUV 78.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 132 55 60 0 0.58 0.55 0.48 356.1 0.41 0.37
Hex 84 37 3C 0 3A 37 30 164 29 25
Octal 204 67 74 0 72 67 60 544 51 45
Binary 10000100 110111 111100 0 111010 110111 110000 101100100 101001 100101

Color Harmonies of #84373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84373C

Black with #84373C

Text Example


Text Example

White with #84373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84373C;
 }
 .AnyTagClassName
 {
   color: #84373C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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