Html Css Color HEX #8A0D49 Disco

📋 copy color: '#8A0D49'

red 138 ◦ green 13 ◦ blue 73

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

Shades of Disco #8A0D49

Tints of Disco #8A0D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.8%

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

R = 61.61%
G = 5.8%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A0D49 (or 0x8A0D49) is known color: Disco. HEX triplet: 8A, 0D and 49. RGB value is (138,13,73). Sum of RGB (Red+Green+Blue) = 138+13+73=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0D49 is #75F2B6. Grayscale: #393939. Windows color (decimal): -7729847 or 4787594. OLE color: 4787594.

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

Color convert

RGB 138 13 73 -
CMYK 0 0.91 0.47 0.46
HSL 331.2º 0.83% 0.3% -
HSV(B) 331.2º 0.91% 0.54% -
XYZ 11.83 6.17 6.87 -
YUV 57.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 138 13 73 0 0.91 0.47 0.46 331.2 0.83 0.3
Hex 8A D 49 0 5B 2F 2E 14B 53 1E
Octal 212 15 111 0 133 57 56 513 123 36
Binary 10001010 1101 1001001 0 1011011 101111 101110 101001011 1010011 11110

Color Harmonies of #8A0D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0D49

Black with #8A0D49

Text Example


Text Example

White with #8A0D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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