Html Css Color HEX #893941 Stiletto

📋 copy color: '#893941'

red 137 ◦ green 57 ◦ blue 65

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

Shades of Stiletto #893941

Tints of Stiletto #893941

RGB

 RED value IS 137 (53.91% from 255) = 52.9%

 GREEN value IS 57 (22.66% from 255) = 22.01%

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

R = 52.9%
G = 22.01%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#893941 (or 0x893941) is known color: Stiletto. HEX triplet: 89, 39 and 41. RGB value is (137,57,65). Sum of RGB (Red+Green+Blue) = 137+57+65=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893941 is #76C6BE. Grayscale: #515151. Windows color (decimal): -7784127 or 4274569. OLE color: 4274569.

HSL color Cylindrical-coordinate representation of color #893941: hue angle of 354º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893941 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 57 65 -
CMYK 0 0.58 0.53 0.46
HSL 354º 0.41% 0.38% -
HSV(B) 354º 0.58% 0.54% -
XYZ 12.73 8.63 5.99 -
YUV 81.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 137 57 65 0 0.58 0.53 0.46 354 0.41 0.38
Hex 89 39 41 0 3A 35 2E 162 29 26
Octal 211 71 101 0 72 65 56 542 51 46
Binary 10001001 111001 1000001 0 111010 110101 101110 101100010 101001 100110

Color Harmonies of #893941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893941

Black with #893941

Text Example


Text Example

White with #893941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893941; }

 p { color: rgb(137,57,65); }

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

background-color css

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

 a { background-color: rgb(137,57,65); }

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

border-color css

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

 span { border-color: rgb(137,57,65); }

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