Html Css Color HEX #894143 Stiletto

📋 copy color: '#894143'

red 137 ◦ green 65 ◦ blue 67

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

Shades of Stiletto #894143

Tints of Stiletto #894143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.91%

R = 50.93%
G = 24.16%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#894143 (or 0x894143) is known color: Stiletto. HEX triplet: 89, 41 and 43. RGB value is (137,65,67). Sum of RGB (Red+Green+Blue) = 137+65+67=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #894143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894143 is #76BEBC. Grayscale: #565656. Windows color (decimal): -7782077 or 4407689. OLE color: 4407689.

HSL color Cylindrical-coordinate representation of color #894143: hue angle of 358.33º 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 #894143 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 65 67 -
CMYK 0 0.53 0.51 0.46
HSL 358.33º 0.36% 0.4% -
HSV(B) 358.33º 0.53% 0.54% -
XYZ 13.22 9.5 6.45 -
YUV 86.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 137 65 67 0 0.53 0.51 0.46 358.33 0.36 0.4
Hex 89 41 43 0 35 33 2E 166 24 28
Octal 211 101 103 0 65 63 56 546 44 50
Binary 10001001 1000001 1000011 0 110101 110011 101110 101100110 100100 101000

Color Harmonies of #894143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894143

Black with #894143

Text Example


Text Example

White with #894143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894143; }

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

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

background-color css

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

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

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

border-color css

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

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

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