Html Css Color HEX #893B3C Stiletto

📋 copy color: '#893B3C'

red 137 ◦ green 59 ◦ blue 60

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

Shades of Stiletto #893B3C

Tints of Stiletto #893B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 53.52%
G = 23.05%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#893B3C (or 0x893B3C) is known color: Stiletto. HEX triplet: 89, 3B and 3C. RGB value is (137,59,60). Sum of RGB (Red+Green+Blue) = 137+59+60=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #893B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B3C is #76C4C3. Grayscale: #525252. Windows color (decimal): -7783620 or 3947401. OLE color: 3947401.

HSL color Cylindrical-coordinate representation of color #893B3C: hue angle of 359.23º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B3C is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 59 60 -
CMYK 0 0.57 0.56 0.46
HSL 359.23º 0.4% 0.38% -
HSV(B) 359.23º 0.57% 0.54% -
XYZ 12.7 8.77 5.3 -
YUV 82.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 137 59 60 0 0.57 0.56 0.46 359.23 0.4 0.38
Hex 89 3B 3C 0 39 38 2E 167 28 26
Octal 211 73 74 0 71 70 56 547 50 46
Binary 10001001 111011 111100 0 111001 111000 101110 101100111 101000 100110

Color Harmonies of #893B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B3C

Black with #893B3C

Text Example


Text Example

White with #893B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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