Html Css Color HEX #8A2549 Disco

📋 copy color: '#8A2549'

red 138 ◦ green 37 ◦ blue 73

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

Shades of Disco #8A2549

Tints of Disco #8A2549

RGB

 RED value IS 138 (54.3% from 255) = 55.65%

 GREEN value IS 37 (14.84% from 255) = 14.92%

 BLUE value IS 73 (28.91% from 255) = 29.44%

R = 55.65%
G = 14.92%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A2549 (or 0x8A2549) is known color: Disco. HEX triplet: 8A, 25 and 49. RGB value is (138,37,73). Sum of RGB (Red+Green+Blue) = 138+37+73=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2549 is #75DAB6. Grayscale: #474747. Windows color (decimal): -7723703 or 4793738. OLE color: 4793738.

HSL color Cylindrical-coordinate representation of color #8A2549: hue angle of 338.61º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A2549 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 37 73 -
CMYK 0 0.73 0.47 0.46
HSL 338.61º 0.58% 0.34% -
HSV(B) 338.61º 0.73% 0.54% -
XYZ 12.35 7.21 7.04 -
YUV 71.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 138 37 73 0 0.73 0.47 0.46 338.61 0.58 0.34
Hex 8A 25 49 0 49 2F 2E 153 3A 22
Octal 212 45 111 0 111 57 56 523 72 42
Binary 10001010 100101 1001001 0 1001001 101111 101110 101010011 111010 100010

Color Harmonies of #8A2549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2549

Black with #8A2549

Text Example


Text Example

White with #8A2549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A2549; }

 p { color: rgb(138,37,73); }

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

background-color css

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

 a { background-color: rgb(138,37,73); }

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

border-color css

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

 span { border-color: rgb(138,37,73); }

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