Html Css Color HEX #893A3B Stiletto

📋 copy color: '#893A3B'

red 137 ◦ green 58 ◦ blue 59

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

Shades of Stiletto #893A3B

Tints of Stiletto #893A3B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.83%

 BLUE value IS 59 (23.44% from 255) = 23.23%

R = 53.94%
G = 22.83%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#893A3B (or 0x893A3B) is known color: Stiletto. HEX triplet: 89, 3A and 3B. RGB value is (137,58,59). Sum of RGB (Red+Green+Blue) = 137+58+59=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #893A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A3B is #76C5C4. Grayscale: #515151. Windows color (decimal): -7783877 or 3881609. OLE color: 3881609.

HSL color Cylindrical-coordinate representation of color #893A3B: hue angle of 359.24º 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 #893A3B is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 58 59 -
CMYK 0 0.58 0.57 0.46
HSL 359.24º 0.41% 0.38% -
HSV(B) 359.24º 0.58% 0.54% -
XYZ 12.62 8.66 5.14 -
YUV 81.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 137 58 59 0 0.58 0.57 0.46 359.24 0.41 0.38
Hex 89 3A 3B 0 3A 39 2E 167 29 26
Octal 211 72 73 0 72 71 56 547 51 46
Binary 10001001 111010 111011 0 111010 111001 101110 101100111 101001 100110

Color Harmonies of #893A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A3B

Black with #893A3B

Text Example


Text Example

White with #893A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893A3B; }

 p { color: rgb(137,58,59); }

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

background-color css

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

 a { background-color: rgb(137,58,59); }

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

border-color css

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

 span { border-color: rgb(137,58,59); }

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