Html Css Color HEX #85393C Stiletto

📋 copy color: '#85393C'

red 133 ◦ green 57 ◦ blue 60

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

Shades of Stiletto #85393C

Tints of Stiletto #85393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

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

R = 53.2%
G = 22.8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85393C (or 0x85393C) is known color: Stiletto. HEX triplet: 85, 39 and 3C. RGB value is (133,57,60). Sum of RGB (Red+Green+Blue) = 133+57+60=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85393C is #7AC6C3. Grayscale: #505050. Windows color (decimal): -8046276 or 3946885. OLE color: 3946885.

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

Color convert

RGB 133 57 60 -
CMYK 0 0.57 0.55 0.48
HSL 357.63º 0.4% 0.37% -
HSV(B) 357.63º 0.57% 0.52% -
XYZ 11.95 8.24 5.24 -
YUV 80.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 133 57 60 0 0.57 0.55 0.48 357.63 0.4 0.37
Hex 85 39 3C 0 39 37 30 166 28 25
Octal 205 71 74 0 71 67 60 546 50 45
Binary 10000101 111001 111100 0 111001 110111 110000 101100110 101000 100101

Color Harmonies of #85393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85393C

Black with #85393C

Text Example


Text Example

White with #85393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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