Html Css Color HEX #894144 Stiletto

📋 copy color: '#894144'

red 137 ◦ green 65 ◦ blue 68

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

Shades of Stiletto #894144

Tints of Stiletto #894144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 50.74%
G = 24.07%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#894144 (or 0x894144) is known color: Stiletto. HEX triplet: 89, 41 and 44. RGB value is (137,65,68). Sum of RGB (Red+Green+Blue) = 137+65+68=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #894144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894144 is #76BEBB. Grayscale: #565656. Windows color (decimal): -7782076 or 4473225. OLE color: 4473225.

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

Color convert

RGB 137 65 68 -
CMYK 0 0.53 0.50 0.46
HSL 357.5º 0.36% 0.4% -
HSV(B) 357.5º 0.53% 0.54% -
XYZ 13.25 9.52 6.61 -
YUV 86.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 137 65 68 0 0.53 0.50 0.46 357.5 0.36 0.4
Hex 89 41 44 0 35 32 2E 166 24 28
Octal 211 101 104 0 65 62 56 546 44 50
Binary 10001001 1000001 1000100 0 110101 110010 101110 101100110 100100 101000

Color Harmonies of #894144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894144

Black with #894144

Text Example


Text Example

White with #894144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894144; }

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

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

background-color css

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

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

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

border-color css

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

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

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