#841742

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

Shades of Disco #841742

Tints of Disco #841742

Color information

#841742 (or 0x841742) is unknown color: approx Disco. HEX triplet: 84, 17 and 42. RGB value is (132,23,66). Sum of RGB (Red+Green+Blue) = 132+23+66=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #841742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841742 is #7BE8BD. Grayscale: #3C3C3C. Windows color (decimal): -8120510 or 4331396. OLE color: 4331396.

HSL color Cylindrical-coordinate representation of color #841742: hue angle of 336.33º degrees, saturation: 0.7, 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 #841742 is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB1322366-
CMYK00.830.50.48
HSL336.33º70.32%30.39%-
HSV(B)336.33º82.58%51.76%-
XYZ10.815.915.73-
YUV60.49131.11179-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=59.73%
G=10.41%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132236600.830.50.48336.3370.3230.39
Hex8417420533230150461e
Octal204271020123626052010636
Binary1000010010111100001001010011110010110000101010000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841742; }

 p { color: rgb(132,23,66); }

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

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

 a { background-color: rgb(132,23,66); }

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

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

 span { border-color: rgb(132,23,66); }

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