Html Css Color HEX #893642 Stiletto

📋 copy color: '#893642'

red 137 ◦ green 54 ◦ blue 66

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

Shades of Stiletto #893642

Tints of Stiletto #893642

RGB

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

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

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

R = 53.31%
G = 21.01%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#893642 (or 0x893642) is known color: Stiletto. HEX triplet: 89, 36 and 42. RGB value is (137,54,66). Sum of RGB (Red+Green+Blue) = 137+54+66=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #893642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893642 is #76C9BD. Grayscale: #505050. Windows color (decimal): -7784894 or 4339337. OLE color: 4339337.

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

Color convert

RGB 137 54 66 -
CMYK 0 0.61 0.52 0.46
HSL 351.33º 0.43% 0.37% -
HSV(B) 351.33º 0.61% 0.54% -
XYZ 12.62 8.35 6.1 -
YUV 80.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 137 54 66 0 0.61 0.52 0.46 351.33 0.43 0.37
Hex 89 36 42 0 3D 34 2E 15F 2B 25
Octal 211 66 102 0 75 64 56 537 53 45
Binary 10001001 110110 1000010 0 111101 110100 101110 101011111 101011 100101

Color Harmonies of #893642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893642

Black with #893642

Text Example


Text Example

White with #893642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893642; }

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

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

background-color css

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

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

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

border-color css

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

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

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