Html Css Color HEX #85353F Stiletto

📋 copy color: '#85353F'

red 133 ◦ green 53 ◦ blue 63

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

Shades of Stiletto #85353F

Tints of Stiletto #85353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 53.41%
G = 21.29%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85353F (or 0x85353F) is known color: Stiletto. HEX triplet: 85, 35 and 3F. RGB value is (133,53,63). Sum of RGB (Red+Green+Blue) = 133+53+63=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85353F is #7ACAC0. Grayscale: #4E4E4E. Windows color (decimal): -8047297 or 4142469. OLE color: 4142469.

HSL color Cylindrical-coordinate representation of color #85353F: hue angle of 352.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85353F is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 63 -
CMYK 0 0.60 0.53 0.48
HSL 352.5º 0.43% 0.36% -
HSV(B) 352.5º 0.6% 0.52% -
XYZ 11.84 7.89 5.6 -
YUV 78.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 133 53 63 0 0.60 0.53 0.48 352.5 0.43 0.36
Hex 85 35 3F 0 3C 35 30 160 2B 24
Octal 205 65 77 0 74 65 60 540 53 44
Binary 10000101 110101 111111 0 111100 110101 110000 101100000 101011 100100

Color Harmonies of #85353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85353F

Black with #85353F

Text Example


Text Example

White with #85353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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