Html Css Color HEX #85343F Stiletto

📋 copy color: '#85343F'

red 133 ◦ green 52 ◦ blue 63

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

Shades of Stiletto #85343F

Tints of Stiletto #85343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 53.63%
G = 20.97%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85343F (or 0x85343F) is known color: Stiletto. HEX triplet: 85, 34 and 3F. RGB value is (133,52,63). Sum of RGB (Red+Green+Blue) = 133+52+63=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85343F is #7ACBC0. Grayscale: #4D4D4D. Windows color (decimal): -8047553 or 4142213. OLE color: 4142213.

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

Color convert

RGB 133 52 63 -
CMYK 0 0.61 0.53 0.48
HSL 351.85º 0.44% 0.36% -
HSV(B) 351.85º 0.61% 0.52% -
XYZ 11.8 7.8 5.59 -
YUV 77.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 133 52 63 0 0.61 0.53 0.48 351.85 0.44 0.36
Hex 85 34 3F 0 3D 35 30 160 2C 24
Octal 205 64 77 0 75 65 60 540 54 44
Binary 10000101 110100 111111 0 111101 110101 110000 101100000 101100 100100

Color Harmonies of #85343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85343F

Black with #85343F

Text Example


Text Example

White with #85343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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