#861A48

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

Shades of Disco #861A48

Tints of Disco #861A48

Color information

#861A48 (or 0x861A48) is unknown color: approx Disco. HEX triplet: 86, 1A and 48. RGB value is (134,26,72). Sum of RGB (Red+Green+Blue) = 134+26+72=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #861A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A48 is #79E5B7. Grayscale: #3F3F3F. Windows color (decimal): -7988664 or 4725382. OLE color: 4725382.

HSL color Cylindrical-coordinate representation of color #861A48: hue angle of 334.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A48 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1342672-
CMYK00.810.460.47
HSL334.44º67.5%31.37%-
HSV(B)334.44º80.6%52.55%-
XYZ11.376.286.74-
YUV63.54132.78178.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 26 (10.55% from 255) = 11.21%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=57.76%
G=11.21%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134267200.810.460.47334.4467.531.37
Hex861A480512E2F14e441f
Octal206321100121565751610437
Binary1000011011010100100001010001101110101111101001110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861A48; }

 p { color: rgb(134,26,72); }

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

<style>
 a { background-color: #861A48; }

 a { background-color: rgb(134,26,72); }

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

<style>
 span { border-color: #861A48; }

 span { border-color: rgb(134,26,72); }

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