Html Css Color HEX #89383D Stiletto

📋 copy color: '#89383D'

red 137 ◦ green 56 ◦ blue 61

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

Shades of Stiletto #89383D

Tints of Stiletto #89383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 53.94%
G = 22.05%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89383D (or 0x89383D) is known color: Stiletto. HEX triplet: 89, 38 and 3D. RGB value is (137,56,61). Sum of RGB (Red+Green+Blue) = 137+56+61=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #89383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89383D is #76C7C2. Grayscale: #505050. Windows color (decimal): -7784387 or 4012169. OLE color: 4012169.

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

Color convert

RGB 137 56 61 -
CMYK 0 0.59 0.55 0.46
HSL 356.3º 0.42% 0.38% -
HSV(B) 356.3º 0.59% 0.54% -
XYZ 12.57 8.48 5.39 -
YUV 80.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 137 56 61 0 0.59 0.55 0.46 356.3 0.42 0.38
Hex 89 38 3D 0 3B 37 2E 164 2A 26
Octal 211 70 75 0 73 67 56 544 52 46
Binary 10001001 111000 111101 0 111011 110111 101110 101100100 101010 100110

Color Harmonies of #89383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89383D

Black with #89383D

Text Example


Text Example

White with #89383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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