Html Css Color HEX #853F41 Stiletto

📋 copy color: '#853F41'

red 133 ◦ green 63 ◦ blue 65

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

Shades of Stiletto #853F41

Tints of Stiletto #853F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 50.96%
G = 24.14%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#853F41 (or 0x853F41) is known color: Stiletto. HEX triplet: 85, 3F and 41. RGB value is (133,63,65). Sum of RGB (Red+Green+Blue) = 133+63+65=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #853F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F41 is #7AC0BE. Grayscale: #545454. Windows color (decimal): -8044735 or 4276101. OLE color: 4276101.

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

Color convert

RGB 133 63 65 -
CMYK 0 0.53 0.51 0.48
HSL 358.29º 0.36% 0.38% -
HSV(B) 358.29º 0.53% 0.52% -
XYZ 12.4 8.92 6.07 -
YUV 84.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 133 63 65 0 0.53 0.51 0.48 358.29 0.36 0.38
Hex 85 3F 41 0 35 33 30 166 24 26
Octal 205 77 101 0 65 63 60 546 44 46
Binary 10000101 111111 1000001 0 110101 110011 110000 101100110 100100 100110

Color Harmonies of #853F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F41

Black with #853F41

Text Example


Text Example

White with #853F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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