Html Css Color HEX #893D42 Stiletto

📋 copy color: '#893D42'

red 137 ◦ green 61 ◦ blue 66

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

Shades of Stiletto #893D42

Tints of Stiletto #893D42

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.11%

 BLUE value IS 66 (26.17% from 255) = 25%

R = 51.89%
G = 23.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#893D42 (or 0x893D42) is known color: Stiletto. HEX triplet: 89, 3D and 42. RGB value is (137,61,66). Sum of RGB (Red+Green+Blue) = 137+61+66=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #893D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D42 is #76C2BD. Grayscale: #545454. Windows color (decimal): -7783102 or 4341129. OLE color: 4341129.

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

Color convert

RGB 137 61 66 -
CMYK 0 0.55 0.52 0.46
HSL 356.05º 0.38% 0.39% -
HSV(B) 356.05º 0.55% 0.54% -
XYZ 12.97 9.05 6.22 -
YUV 84.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 137 61 66 0 0.55 0.52 0.46 356.05 0.38 0.39
Hex 89 3D 42 0 37 34 2E 164 26 27
Octal 211 75 102 0 67 64 56 544 46 47
Binary 10001001 111101 1000010 0 110111 110100 101110 101100100 100110 100111

Color Harmonies of #893D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D42

Black with #893D42

Text Example


Text Example

White with #893D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,61,66); }

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

background-color css

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

 a { background-color: rgb(137,61,66); }

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

border-color css

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

 span { border-color: rgb(137,61,66); }

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