Html Css Color HEX #853940 Stiletto

📋 copy color: '#853940'

red 133 ◦ green 57 ◦ blue 64

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

Shades of Stiletto #853940

Tints of Stiletto #853940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.44%

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

R = 52.36%
G = 22.44%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#853940 (or 0x853940) is known color: Stiletto. HEX triplet: 85, 39 and 40. RGB value is (133,57,64). Sum of RGB (Red+Green+Blue) = 133+57+64=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #853940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853940 is #7AC6BF. Grayscale: #505050. Windows color (decimal): -8046272 or 4209029. OLE color: 4209029.

HSL color Cylindrical-coordinate representation of color #853940: hue angle of 354.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853940 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 64 -
CMYK 0 0.57 0.52 0.48
HSL 354.47º 0.4% 0.37% -
HSV(B) 354.47º 0.57% 0.52% -
XYZ 12.06 8.28 5.81 -
YUV 80.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 133 57 64 0 0.57 0.52 0.48 354.47 0.4 0.37
Hex 85 39 40 0 39 34 30 162 28 25
Octal 205 71 100 0 71 64 60 542 50 45
Binary 10000101 111001 1000000 0 111001 110100 110000 101100010 101000 100101

Color Harmonies of #853940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853940

Black with #853940

Text Example


Text Example

White with #853940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853940; }

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

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

background-color css

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

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

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

border-color css

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

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

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