Html Css Color HEX #89334B Disco

📋 copy color: '#89334B'

red 137 ◦ green 51 ◦ blue 75

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

Shades of Disco #89334B

Tints of Disco #89334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 52.09%
G = 19.39%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89334B (or 0x89334B) is known color: Disco. HEX triplet: 89, 33 and 4B. RGB value is (137,51,75). Sum of RGB (Red+Green+Blue) = 137+51+75=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #89334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89334B is #76CCB4. Grayscale: #4F4F4F. Windows color (decimal): -7785653 or 4928393. OLE color: 4928393.

HSL color Cylindrical-coordinate representation of color #89334B: hue angle of 343.26º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89334B is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 51 75 -
CMYK 0 0.63 0.45 0.46
HSL 343.26º 0.46% 0.37% -
HSV(B) 343.26º 0.63% 0.54% -
XYZ 12.77 8.19 7.57 -
YUV 79.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 137 51 75 0 0.63 0.45 0.46 343.26 0.46 0.37
Hex 89 33 4B 0 3F 2D 2E 157 2E 25
Octal 211 63 113 0 77 55 56 527 56 45
Binary 10001001 110011 1001011 0 111111 101101 101110 101010111 101110 100101

Color Harmonies of #89334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89334B

Black with #89334B

Text Example


Text Example

White with #89334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89334B; }

 p { color: rgb(137,51,75); }

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

background-color css

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

 a { background-color: rgb(137,51,75); }

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

border-color css

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

 span { border-color: rgb(137,51,75); }

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