Html Css Color HEX #853F40 Stiletto

📋 copy color: '#853F40'

red 133 ◦ green 63 ◦ blue 64

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

Shades of Stiletto #853F40

Tints of Stiletto #853F40

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 51.15%
G = 24.23%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#853F40 (or 0x853F40) is known color: Stiletto. HEX triplet: 85, 3F and 40. RGB value is (133,63,64). Sum of RGB (Red+Green+Blue) = 133+63+64=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #853F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F40 is #7AC0BF. Grayscale: #545454. Windows color (decimal): -8044736 or 4210565. OLE color: 4210565.

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

Color convert

RGB 133 63 64 -
CMYK 0 0.53 0.52 0.48
HSL 359.14º 0.36% 0.38% -
HSV(B) 359.14º 0.53% 0.52% -
XYZ 12.38 8.91 5.92 -
YUV 84.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 133 63 64 0 0.53 0.52 0.48 359.14 0.36 0.38
Hex 85 3F 40 0 35 34 30 167 24 26
Octal 205 77 100 0 65 64 60 547 44 46
Binary 10000101 111111 1000000 0 110101 110100 110000 101100111 100100 100110

Color Harmonies of #853F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F40

Black with #853F40

Text Example


Text Example

White with #853F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853F40; }

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

 H1.HeaderClassName
 {
   color: #853F40;
 }
 .AnyTagClassName
 {
   color: #853F40;
 }
</style>

background-color css

<style>
 a { background-color: #853F40; }

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

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

border-color css

<style>
 span { border-color: #853F40; }

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

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