#8D2E44

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

Shades of Disco #8D2E44

Tints of Disco #8D2E44

Color information

#8D2E44 (or 0x8D2E44) is unknown color: approx Disco. HEX triplet: 8D, 2E and 44. RGB value is (141,46,68). Sum of RGB (Red+Green+Blue) = 141+46+68=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2E44 is #72D1BB. Grayscale: #4C4C4C. Windows color (decimal): -7524796 or 4468365. OLE color: 4468365.

HSL color Cylindrical-coordinate representation of color #8D2E44: hue angle of 346.11º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2E44 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB1414668-
CMYK00.670.520.45
HSL346.11º50.8%36.67%-
HSV(B)346.11º67.38%55.29%-
XYZ138.036.33-
YUV76.91122.97173.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.29%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 68 (26.95% from 255) = 26.67%
R=55.29%
G=18.04%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141466800.670.520.45346.1150.836.67
Hex8D2E44043342D15a3325
Octal21556104010364555326345
Binary10001101101110100010001000011110100101101101011010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,46,68); }

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

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

 a { background-color: rgb(141,46,68); }

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

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

 span { border-color: rgb(141,46,68); }

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