#8c2f4b

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

Shades of Disco #8C2F4B

Tints of Disco #8C2F4B

Color information

#8C2F4B (or 0x8C2F4B) is unknown color: approx Disco. HEX triplet: 8C, 2F and 4B. RGB value is (140,47,75). Sum of RGB (Red+Green+Blue) = 140+47+75=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F4B is #73D0B4. Grayscale: #4D4D4D. Windows color (decimal): -7590069 or 4927372. OLE color: 4927372.

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

Color convert

RGB1404775-
CMYK00.660.460.45
HSL341.94º49.73%36.67%-
HSV(B)341.94º66.43%54.9%-
XYZ13.18.127.53-
YUV78126.31172.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.44%
GREEN value IS 47 (18.75% from 255) = 17.94%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=53.44%
G=17.94%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140477500.660.460.45341.9449.7336.67
Hex8C2F4B0422E2D1563225
Octal21457113010256555266245
Binary10001100101111100101101000010101110101101101010110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c2f4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,47,75); }

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

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

 a { background-color: rgb(140,47,75); }

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

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

 span { border-color: rgb(140,47,75); }

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