Html Css Color HEX #8A1E47 Disco

📋 copy color: '#8A1E47'

red 138 ◦ green 30 ◦ blue 71

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

Shades of Disco #8A1E47

Tints of Disco #8A1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.55%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 57.74%
G = 12.55%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#8A1E47 (or 0x8A1E47) is known color: Disco. HEX triplet: 8A, 1E and 47. RGB value is (138,30,71). Sum of RGB (Red+Green+Blue) = 138+30+71=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1E47 is #75E1B8. Grayscale: #424242. Windows color (decimal): -7725497 or 4660874. OLE color: 4660874.

HSL color Cylindrical-coordinate representation of color #8A1E47: hue angle of 337.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1E47 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 30 71 -
CMYK 0 0.78 0.49 0.46
HSL 337.22º 0.64% 0.33% -
HSV(B) 337.22º 0.78% 0.54% -
XYZ 12.08 6.79 6.63 -
YUV 66.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 138 30 71 0 0.78 0.49 0.46 337.22 0.64 0.33
Hex 8A 1E 47 0 4E 31 2E 151 40 21
Octal 212 36 107 0 116 61 56 521 100 41
Binary 10001010 11110 1000111 0 1001110 110001 101110 101010001 1000000 100001

Color Harmonies of #8A1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1E47

Black with #8A1E47

Text Example


Text Example

White with #8A1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,30,71); }

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

background-color css

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

 a { background-color: rgb(138,30,71); }

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

border-color css

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

 span { border-color: rgb(138,30,71); }

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