#841648

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

Shades of Disco #841648

Tints of Disco #841648

Color information

#841648 (or 0x841648) is unknown color: approx Disco. HEX triplet: 84, 16 and 48. RGB value is (132,22,72). Sum of RGB (Red+Green+Blue) = 132+22+72=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #841648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841648 is #7BE9B7. Grayscale: #3C3C3C. Windows color (decimal): -8120760 or 4724356. OLE color: 4724356.

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

Color convert

RGB1322272-
CMYK00.830.450.48
HSL332.73º71.43%30.2%-
HSV(B)332.73º83.33%51.76%-
XYZ10.975.956.7-
YUV60.59134.44178.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=58.41%
G=9.73%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132227200.830.450.48332.7371.4330.2
Hex8416480532D3014d471e
Octal204261100123556051510736
Binary1000010010110100100001010011101101110000101001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841648; }

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

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

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

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

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

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

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

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