Html Css Color HEX #853740 Stiletto

📋 copy color: '#853740'

red 133 ◦ green 55 ◦ blue 64

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

Shades of Stiletto #853740

Tints of Stiletto #853740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 52.78%
G = 21.83%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#853740 (or 0x853740) is known color: Stiletto. HEX triplet: 85, 37 and 40. RGB value is (133,55,64). Sum of RGB (Red+Green+Blue) = 133+55+64=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #853740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853740 is #7AC8BF. Grayscale: #4F4F4F. Windows color (decimal): -8046784 or 4208517. OLE color: 4208517.

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

Color convert

RGB 133 55 64 -
CMYK 0 0.59 0.52 0.48
HSL 353.08º 0.41% 0.37% -
HSV(B) 353.08º 0.59% 0.52% -
XYZ 11.96 8.09 5.78 -
YUV 79.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 133 55 64 0 0.59 0.52 0.48 353.08 0.41 0.37
Hex 85 37 40 0 3B 34 30 161 29 25
Octal 205 67 100 0 73 64 60 541 51 45
Binary 10000101 110111 1000000 0 111011 110100 110000 101100001 101001 100101

Color Harmonies of #853740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853740

Black with #853740

Text Example


Text Example

White with #853740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853740; }

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

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

background-color css

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

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

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

border-color css

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

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

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