#841440

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

Shades of Disco #841440

Tints of Disco #841440

Color information

#841440 (or 0x841440) is unknown color: approx Disco. HEX triplet: 84, 14 and 40. RGB value is (132,20,64). Sum of RGB (Red+Green+Blue) = 132+20+64=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #841440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841440 is #7BEBBF. Grayscale: #3A3A3A. Windows color (decimal): -8121280 or 4199556. OLE color: 4199556.

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

Color convert

RGB1322064-
CMYK00.850.520.48
HSL336.43º73.68%29.8%-
HSV(B)336.43º84.85%51.76%-
XYZ10.695.785.4-
YUV58.5131.11180.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.11%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=61.11%
G=9.26%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132206400.850.520.48336.4373.6829.8
Hex84144005534301504a1e
Octal204241000125646052011236
Binary1000010010100100000001010101110100110000101010000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841440; }

 p { color: rgb(132,20,64); }

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

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

 a { background-color: rgb(132,20,64); }

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

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

 span { border-color: rgb(132,20,64); }

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