Html Css Color HEX #853B44 Stiletto

📋 copy color: '#853B44'

red 133 ◦ green 59 ◦ blue 68

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

Shades of Stiletto #853B44

Tints of Stiletto #853B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.15%

R = 51.15%
G = 22.69%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#853B44 (or 0x853B44) is known color: Stiletto. HEX triplet: 85, 3B and 44. RGB value is (133,59,68). Sum of RGB (Red+Green+Blue) = 133+59+68=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #853B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B44 is #7AC4BB. Grayscale: #525252. Windows color (decimal): -8045756 or 4471685. OLE color: 4471685.

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

Color convert

RGB 133 59 68 -
CMYK 0 0.56 0.49 0.48
HSL 352.7º 0.39% 0.38% -
HSV(B) 352.7º 0.56% 0.52% -
XYZ 12.28 8.53 6.47 -
YUV 82.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 133 59 68 0 0.56 0.49 0.48 352.7 0.39 0.38
Hex 85 3B 44 0 38 31 30 161 27 26
Octal 205 73 104 0 70 61 60 541 47 46
Binary 10000101 111011 1000100 0 111000 110001 110000 101100001 100111 100110

Color Harmonies of #853B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B44

Black with #853B44

Text Example


Text Example

White with #853B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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