Html Css Color HEX #85363C Stiletto

📋 copy color: '#85363C'

red 133 ◦ green 54 ◦ blue 60

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

Shades of Stiletto #85363C

Tints of Stiletto #85363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

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

R = 53.85%
G = 21.86%
B = 24.29%

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

#85363C (or 0x85363C) is known color: Stiletto. HEX triplet: 85, 36 and 3C. RGB value is (133,54,60). Sum of RGB (Red+Green+Blue) = 133+54+60=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85363C is #7AC9C3. Grayscale: #4E4E4E. Windows color (decimal): -8047044 or 3946117. OLE color: 3946117.

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

Color convert

RGB 133 54 60 -
CMYK 0 0.59 0.55 0.48
HSL 355.44º 0.42% 0.37% -
HSV(B) 355.44º 0.59% 0.52% -
XYZ 11.81 7.95 5.19 -
YUV 78.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 133 54 60 0 0.59 0.55 0.48 355.44 0.42 0.37
Hex 85 36 3C 0 3B 37 30 163 2A 25
Octal 205 66 74 0 73 67 60 543 52 45
Binary 10000101 110110 111100 0 111011 110111 110000 101100011 101010 100101

Color Harmonies of #85363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85363C

Black with #85363C

Text Example


Text Example

White with #85363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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