#8F3851

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

Shades of Disco #8F3851

Tints of Disco #8F3851

Color information

#8F3851 (or 0x8F3851) is unknown color: approx Disco. HEX triplet: 8F, 38 and 51. RGB value is (143,56,81). Sum of RGB (Red+Green+Blue) = 143+56+81=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3851 is #70C7AE. Grayscale: #545454. Windows color (decimal): -7391151 or 5322895. OLE color: 5322895.

HSL color Cylindrical-coordinate representation of color #8F3851: hue angle of 342.76º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3851 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB1435681-
CMYK00.610.430.44
HSL342.76º43.72%39.02%-
HSV(B)342.76º60.84%56.08%-
XYZ14.239.268.82-
YUV84.86125.82169.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.07%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=51.07%
G=20%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143568100.610.430.44342.7643.7239.02
Hex8F385103D2B2C1572c27
Octal2177012107553545275447
Binary1000111111100010100010111101101011101100101010111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,56,81); }

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

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

 a { background-color: rgb(143,56,81); }

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

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

 span { border-color: rgb(143,56,81); }

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