#841348

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

Shades of Disco #841348

Tints of Disco #841348

Color information

#841348 (or 0x841348) is unknown color: approx Disco. HEX triplet: 84, 13 and 48. RGB value is (132,19,72). Sum of RGB (Red+Green+Blue) = 132+19+72=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #841348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841348 is #7BECB7. Grayscale: #3A3A3A. Windows color (decimal): -8121528 or 4723588. OLE color: 4723588.

HSL color Cylindrical-coordinate representation of color #841348: hue angle of 331.86º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841348 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1321972-
CMYK00.860.450.48
HSL331.86º74.83%29.61%-
HSV(B)331.86º85.61%51.76%-
XYZ10.925.846.68-
YUV58.83135.44180.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=59.19%
G=8.52%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132197200.860.450.48331.8674.8329.61
Hex8413480562D3014c4b1e
Octal204231100126556051411336
Binary1000010010011100100001010110101101110000101001100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841348; }

 p { color: rgb(132,19,72); }

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

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

 a { background-color: rgb(132,19,72); }

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

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

 span { border-color: rgb(132,19,72); }

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