#841D3F

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

Shades of Disco #841D3F

Tints of Disco #841D3F

Color information

#841D3F (or 0x841D3F) is unknown color: approx Disco. HEX triplet: 84, 1D and 3F. RGB value is (132,29,63). Sum of RGB (Red+Green+Blue) = 132+29+63=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #841D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D3F is #7BE2C0. Grayscale: #3F3F3F. Windows color (decimal): -8118977 or 4136324. OLE color: 4136324.

HSL color Cylindrical-coordinate representation of color #841D3F: hue angle of 340.19º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D3F is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1322963-
CMYK00.780.520.48
HSL340.19º63.98%31.57%-
HSV(B)340.19º78.03%51.76%-
XYZ10.856.145.32-
YUV63.67127.62176.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.93%
GREEN value IS 29 (11.72% from 255) = 12.95%
BLUE value IS 63 (25% from 255) = 28.12%
R=58.93%
G=12.95%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132296300.780.520.48340.1963.9831.57
Hex841D3F04E34301544020
Octal20435770116646052410040
Binary1000010011101111111010011101101001100001010101001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841D3F; }

 p { color: rgb(132,29,63); }

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

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

 a { background-color: rgb(132,29,63); }

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

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

 span { border-color: rgb(132,29,63); }

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