Html Css Color HEX #89383F Stiletto

📋 copy color: '#89383F'

red 137 ◦ green 56 ◦ blue 63

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

Shades of Stiletto #89383F

Tints of Stiletto #89383F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.61%

R = 53.52%
G = 21.88%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89383F (or 0x89383F) is known color: Stiletto. HEX triplet: 89, 38 and 3F. RGB value is (137,56,63). Sum of RGB (Red+Green+Blue) = 137+56+63=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #89383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89383F is #76C7C0. Grayscale: #515151. Windows color (decimal): -7784385 or 4143241. OLE color: 4143241.

HSL color Cylindrical-coordinate representation of color #89383F: hue angle of 354.81º 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 #89383F is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 56 63 -
CMYK 0 0.59 0.54 0.46
HSL 354.81º 0.42% 0.38% -
HSV(B) 354.81º 0.59% 0.54% -
XYZ 12.63 8.51 5.68 -
YUV 81.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 137 56 63 0 0.59 0.54 0.46 354.81 0.42 0.38
Hex 89 38 3F 0 3B 36 2E 163 2A 26
Octal 211 70 77 0 73 66 56 543 52 46
Binary 10001001 111000 111111 0 111011 110110 101110 101100011 101010 100110

Color Harmonies of #89383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89383F

Black with #89383F

Text Example


Text Example

White with #89383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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