Html Css Color HEX #853E42 Stiletto

📋 copy color: '#853E42'

red 133 ◦ green 62 ◦ blue 66

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

Shades of Stiletto #853E42

Tints of Stiletto #853E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.75%

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 50.96%
G = 23.75%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#853E42 (or 0x853E42) is known color: Stiletto. HEX triplet: 85, 3E and 42. RGB value is (133,62,66). Sum of RGB (Red+Green+Blue) = 133+62+66=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #853E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E42 is #7AC1BD. Grayscale: #535353. Windows color (decimal): -8044990 or 4341381. OLE color: 4341381.

HSL color Cylindrical-coordinate representation of color #853E42: hue angle of 356.62º 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 #853E42 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 62 66 -
CMYK 0 0.53 0.50 0.48
HSL 356.62º 0.36% 0.38% -
HSV(B) 356.62º 0.53% 0.52% -
XYZ 12.38 8.83 6.21 -
YUV 83.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 133 62 66 0 0.53 0.50 0.48 356.62 0.36 0.38
Hex 85 3E 42 0 35 32 30 165 24 26
Octal 205 76 102 0 65 62 60 545 44 46
Binary 10000101 111110 1000010 0 110101 110010 110000 101100101 100100 100110

Color Harmonies of #853E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E42

Black with #853E42

Text Example


Text Example

White with #853E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,62,66); }

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

background-color css

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

 a { background-color: rgb(133,62,66); }

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

border-color css

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

 span { border-color: rgb(133,62,66); }

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