Html Css Color HEX #85373C Stiletto

📋 copy color: '#85373C'

red 133 ◦ green 55 ◦ blue 60

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

Shades of Stiletto #85373C

Tints of Stiletto #85373C

RGB

 RED value IS 133 (52.34% from 255) = 53.63%

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

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

R = 53.63%
G = 22.18%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85373C (or 0x85373C) is known color: Stiletto. HEX triplet: 85, 37 and 3C. RGB value is (133,55,60). Sum of RGB (Red+Green+Blue) = 133+55+60=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85373C is #7AC8C3. Grayscale: #4E4E4E. Windows color (decimal): -8046788 or 3946373. OLE color: 3946373.

HSL color Cylindrical-coordinate representation of color #85373C: hue angle of 356.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85373C is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 60 -
CMYK 0 0.59 0.55 0.48
HSL 356.15º 0.41% 0.37% -
HSV(B) 356.15º 0.59% 0.52% -
XYZ 11.85 8.05 5.2 -
YUV 78.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 133 55 60 0 0.59 0.55 0.48 356.15 0.41 0.37
Hex 85 37 3C 0 3B 37 30 164 29 25
Octal 205 67 74 0 73 67 60 544 51 45
Binary 10000101 110111 111100 0 111011 110111 110000 101100100 101001 100101

Color Harmonies of #85373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85373C

Black with #85373C

Text Example


Text Example

White with #85373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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