Html Css Color HEX #853F44 Stiletto

📋 copy color: '#853F44'

red 133 ◦ green 63 ◦ blue 68

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

Shades of Stiletto #853F44

Tints of Stiletto #853F44

RGB

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

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

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

R = 50.38%
G = 23.86%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#853F44 (or 0x853F44) is known color: Stiletto. HEX triplet: 85, 3F and 44. RGB value is (133,63,68). Sum of RGB (Red+Green+Blue) = 133+63+68=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #853F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F44 is #7AC0BB. Grayscale: #545454. Windows color (decimal): -8044732 or 4472709. OLE color: 4472709.

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

Color convert

RGB 133 63 68 -
CMYK 0 0.53 0.49 0.48
HSL 355.71º 0.36% 0.38% -
HSV(B) 355.71º 0.53% 0.52% -
XYZ 12.49 8.96 6.54 -
YUV 84.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 133 63 68 0 0.53 0.49 0.48 355.71 0.36 0.38
Hex 85 3F 44 0 35 31 30 164 24 26
Octal 205 77 104 0 65 61 60 544 44 46
Binary 10000101 111111 1000100 0 110101 110001 110000 101100100 100100 100110

Color Harmonies of #853F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F44

Black with #853F44

Text Example


Text Example

White with #853F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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