Html Css Color HEX #893250 Disco

📋 copy color: '#893250'

red 137 ◦ green 50 ◦ blue 80

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

Shades of Disco #893250

Tints of Disco #893250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 51.31%
G = 18.73%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#893250 (or 0x893250) is known color: Disco. HEX triplet: 89, 32 and 50. RGB value is (137,50,80). Sum of RGB (Red+Green+Blue) = 137+50+80=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #893250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893250 is #76CDAF. Grayscale: #4F4F4F. Windows color (decimal): -7785904 or 5255817. OLE color: 5255817.

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

Color convert

RGB 137 50 80 -
CMYK 0 0.64 0.42 0.46
HSL 339.31º 0.47% 0.37% -
HSV(B) 339.31º 0.64% 0.54% -
XYZ 12.91 8.18 8.49 -
YUV 79.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 137 50 80 0 0.64 0.42 0.46 339.31 0.47 0.37
Hex 89 32 50 0 40 2A 2E 153 2F 25
Octal 211 62 120 0 100 52 56 523 57 45
Binary 10001001 110010 1010000 0 1000000 101010 101110 101010011 101111 100101

Color Harmonies of #893250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893250

Black with #893250

Text Example


Text Example

White with #893250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893250; }

 p { color: rgb(137,50,80); }

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

background-color css

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

 a { background-color: rgb(137,50,80); }

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

border-color css

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

 span { border-color: rgb(137,50,80); }

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