Html Css Color HEX #853B41 Stiletto

📋 copy color: '#853B41'

red 133 ◦ green 59 ◦ blue 65

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

Shades of Stiletto #853B41

Tints of Stiletto #853B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.96%

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

R = 51.75%
G = 22.96%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#853B41 (or 0x853B41) is known color: Stiletto. HEX triplet: 85, 3B and 41. RGB value is (133,59,65). Sum of RGB (Red+Green+Blue) = 133+59+65=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #853B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B41 is #7AC4BE. Grayscale: #515151. Windows color (decimal): -8045759 or 4275077. OLE color: 4275077.

HSL color Cylindrical-coordinate representation of color #853B41: hue angle of 355.14º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B41 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 59 65 -
CMYK 0 0.56 0.51 0.48
HSL 355.14º 0.39% 0.38% -
HSV(B) 355.14º 0.56% 0.52% -
XYZ 12.19 8.5 6 -
YUV 81.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 133 59 65 0 0.56 0.51 0.48 355.14 0.39 0.38
Hex 85 3B 41 0 38 33 30 163 27 26
Octal 205 73 101 0 70 63 60 543 47 46
Binary 10000101 111011 1000001 0 111000 110011 110000 101100011 100111 100110

Color Harmonies of #853B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B41

Black with #853B41

Text Example


Text Example

White with #853B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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