Html Css Color HEX #853640 Stiletto

📋 copy color: '#853640'

red 133 ◦ green 54 ◦ blue 64

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

Shades of Stiletto #853640

Tints of Stiletto #853640

RGB

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

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

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

R = 52.99%
G = 21.51%
B = 25.5%

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

#853640 (or 0x853640) is known color: Stiletto. HEX triplet: 85, 36 and 40. RGB value is (133,54,64). Sum of RGB (Red+Green+Blue) = 133+54+64=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #853640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853640 is #7AC9BF. Grayscale: #4E4E4E. Windows color (decimal): -8047040 or 4208261. OLE color: 4208261.

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

Color convert

RGB 133 54 64 -
CMYK 0 0.59 0.52 0.48
HSL 352.41º 0.42% 0.37% -
HSV(B) 352.41º 0.59% 0.52% -
XYZ 11.92 8 5.77 -
YUV 78.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 133 54 64 0 0.59 0.52 0.48 352.41 0.42 0.37
Hex 85 36 40 0 3B 34 30 160 2A 25
Octal 205 66 100 0 73 64 60 540 52 45
Binary 10000101 110110 1000000 0 111011 110100 110000 101100000 101010 100101

Color Harmonies of #853640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853640

Black with #853640

Text Example


Text Example

White with #853640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853640; }

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

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

background-color css

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

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

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

border-color css

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

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

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