Html Css Color HEX #89113E Disco

📋 copy color: '#89113E'

red 137 ◦ green 17 ◦ blue 62

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

Shades of Disco #89113E

Tints of Disco #89113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

 BLUE value IS 62 (24.61% from 255) = 28.7%

R = 63.43%
G = 7.87%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89113E (or 0x89113E) is known color: Disco. HEX triplet: 89, 11 and 3E. RGB value is (137,17,62). Sum of RGB (Red+Green+Blue) = 137+17+62=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89113E is #76EEC1. Grayscale: #393939. Windows color (decimal): -7794370 or 4067721. OLE color: 4067721.

HSL color Cylindrical-coordinate representation of color #89113E: hue angle of 337.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89113E is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 62 -
CMYK 0 0.88 0.55 0.46
HSL 337.5º 0.78% 0.3% -
HSV(B) 337.5º 0.88% 0.54% -
XYZ 11.39 6.07 5.13 -
YUV 58.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 137 17 62 0 0.88 0.55 0.46 337.5 0.78 0.3
Hex 89 11 3E 0 58 37 2E 152 4E 1E
Octal 211 21 76 0 130 67 56 522 116 36
Binary 10001001 10001 111110 0 1011000 110111 101110 101010010 1001110 11110

Color Harmonies of #89113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89113E

Black with #89113E

Text Example


Text Example

White with #89113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89113E; }

 p { color: rgb(137,17,62); }

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

background-color css

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

 a { background-color: rgb(137,17,62); }

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

border-color css

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

 span { border-color: rgb(137,17,62); }

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