Html Css Color HEX #8A154A Disco

📋 copy color: '#8A154A'

red 138 ◦ green 21 ◦ blue 74

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

Shades of Disco #8A154A

Tints of Disco #8A154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

 BLUE value IS 74 (29.3% from 255) = 31.76%

R = 59.23%
G = 9.01%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#8A154A (or 0x8A154A) is known color: Disco. HEX triplet: 8A, 15 and 4A. RGB value is (138,21,74). Sum of RGB (Red+Green+Blue) = 138+21+74=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A154A is #75EAB5. Grayscale: #3D3D3D. Windows color (decimal): -7727798 or 4855178. OLE color: 4855178.

HSL color Cylindrical-coordinate representation of color #8A154A: hue angle of 332.82º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A154A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 21 74 -
CMYK 0 0.85 0.46 0.46
HSL 332.82º 0.74% 0.31% -
HSV(B) 332.82º 0.85% 0.54% -
XYZ 11.99 6.43 7.09 -
YUV 62.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 138 21 74 0 0.85 0.46 0.46 332.82 0.74 0.31
Hex 8A 15 4A 0 55 2E 2E 14D 4A 1F
Octal 212 25 112 0 125 56 56 515 112 37
Binary 10001010 10101 1001010 0 1010101 101110 101110 101001101 1001010 11111

Color Harmonies of #8A154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A154A

Black with #8A154A

Text Example


Text Example

White with #8A154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,21,74); }

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

background-color css

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

 a { background-color: rgb(138,21,74); }

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

border-color css

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

 span { border-color: rgb(138,21,74); }

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