Html Css Color HEX #85363F Stiletto

📋 copy color: '#85363F'

red 133 ◦ green 54 ◦ blue 63

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

Shades of Stiletto #85363F

Tints of Stiletto #85363F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.2%

R = 53.2%
G = 21.6%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85363F (or 0x85363F) is known color: Stiletto. HEX triplet: 85, 36 and 3F. RGB value is (133,54,63). Sum of RGB (Red+Green+Blue) = 133+54+63=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85363F is #7AC9C0. Grayscale: #4E4E4E. Windows color (decimal): -8047041 or 4142725. OLE color: 4142725.

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

Color convert

RGB 133 54 63 -
CMYK 0 0.59 0.53 0.48
HSL 353.16º 0.42% 0.37% -
HSV(B) 353.16º 0.59% 0.52% -
XYZ 11.89 7.98 5.62 -
YUV 78.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 133 54 63 0 0.59 0.53 0.48 353.16 0.42 0.37
Hex 85 36 3F 0 3B 35 30 161 2A 25
Octal 205 66 77 0 73 65 60 541 52 45
Binary 10000101 110110 111111 0 111011 110101 110000 101100001 101010 100101

Color Harmonies of #85363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85363F

Black with #85363F

Text Example


Text Example

White with #85363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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