Html Css Color HEX #893641 Stiletto

📋 copy color: '#893641'

red 137 ◦ green 54 ◦ blue 65

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

Shades of Stiletto #893641

Tints of Stiletto #893641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 53.52%
G = 21.09%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#893641 (or 0x893641) is known color: Stiletto. HEX triplet: 89, 36 and 41. RGB value is (137,54,65). Sum of RGB (Red+Green+Blue) = 137+54+65=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #893641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893641 is #76C9BE. Grayscale: #505050. Windows color (decimal): -7784895 or 4273801. OLE color: 4273801.

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

Color convert

RGB 137 54 65 -
CMYK 0 0.61 0.53 0.46
HSL 352.05º 0.43% 0.37% -
HSV(B) 352.05º 0.61% 0.54% -
XYZ 12.59 8.34 5.95 -
YUV 80.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 137 54 65 0 0.61 0.53 0.46 352.05 0.43 0.37
Hex 89 36 41 0 3D 35 2E 160 2B 25
Octal 211 66 101 0 75 65 56 540 53 45
Binary 10001001 110110 1000001 0 111101 110101 101110 101100000 101011 100101

Color Harmonies of #893641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893641

Black with #893641

Text Example


Text Example

White with #893641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893641; }

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

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

background-color css

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

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

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

border-color css

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

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

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