#8D274A

Color #8D274A Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #8D274A

Tints of Disco #8D274A

Color information

#8D274A (or 0x8D274A) is unknown color: approx Disco. HEX triplet: 8D, 27 and 4A. RGB value is (141,39,74). Sum of RGB (Red+Green+Blue) = 141+39+74=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D274A is #72D8B5. Grayscale: #494949. Windows color (decimal): -7526582 or 4859789. OLE color: 4859789.

HSL color Cylindrical-coordinate representation of color #8D274A: hue angle of 339.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D274A is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1413974-
CMYK00.720.480.45
HSL339.41º56.67%35.29%-
HSV(B)339.41º72.34%55.29%-
XYZ12.957.617.26-
YUV73.49128.29176.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.51%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=55.51%
G=15.35%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141397400.720.480.45339.4156.6735.29
Hex8D274A048302D1533923
Octal21547112011060555237143
Binary10001101100111100101001001000110000101101101010011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,74); }

 H1.HeaderClassName
 {
   color: #8D274A;
 }
 .AnyTagClassName
 {
   color: #8D274A;
 }
</style>
background-color css

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

 a { background-color: rgb(141,39,74); }

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

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

 span { border-color: rgb(141,39,74); }

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