Html Css Color HEX #84373A Stiletto

📋 copy color: '#84373A'

red 132 ◦ green 55 ◦ blue 58

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

Shades of Stiletto #84373A

Tints of Stiletto #84373A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 53.88%
G = 22.45%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84373A (or 0x84373A) is known color: Stiletto. HEX triplet: 84, 37 and 3A. RGB value is (132,55,58). Sum of RGB (Red+Green+Blue) = 132+55+58=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84373A is #7BC8C5. Grayscale: #4E4E4E. Windows color (decimal): -8112326 or 3815300. OLE color: 3815300.

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

Color convert

RGB 132 55 58 -
CMYK 0 0.58 0.56 0.48
HSL 357.66º 0.41% 0.37% -
HSV(B) 357.66º 0.58% 0.52% -
XYZ 11.65 7.94 4.92 -
YUV 78.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 132 55 58 0 0.58 0.56 0.48 357.66 0.41 0.37
Hex 84 37 3A 0 3A 38 30 166 29 25
Octal 204 67 72 0 72 70 60 546 51 45
Binary 10000100 110111 111010 0 111010 111000 110000 101100110 101001 100101

Color Harmonies of #84373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84373A

Black with #84373A

Text Example


Text Example

White with #84373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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