Html Css Color HEX #893842 Stiletto

📋 copy color: '#893842'

red 137 ◦ green 56 ◦ blue 66

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

Shades of Stiletto #893842

Tints of Stiletto #893842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

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

R = 52.9%
G = 21.62%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#893842 (or 0x893842) is known color: Stiletto. HEX triplet: 89, 38 and 42. RGB value is (137,56,66). Sum of RGB (Red+Green+Blue) = 137+56+66=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893842 is #76C7BD. Grayscale: #515151. Windows color (decimal): -7784382 or 4339849. OLE color: 4339849.

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

Color convert

RGB 137 56 66 -
CMYK 0 0.59 0.52 0.46
HSL 352.59º 0.42% 0.38% -
HSV(B) 352.59º 0.59% 0.54% -
XYZ 12.71 8.54 6.13 -
YUV 81.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 137 56 66 0 0.59 0.52 0.46 352.59 0.42 0.38
Hex 89 38 42 0 3B 34 2E 161 2A 26
Octal 211 70 102 0 73 64 56 541 52 46
Binary 10001001 111000 1000010 0 111011 110100 101110 101100001 101010 100110

Color Harmonies of #893842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893842

Black with #893842

Text Example


Text Example

White with #893842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893842; }

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

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

background-color css

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

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

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

border-color css

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

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

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