#841b3f

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

Shades of Disco #841B3F

Tints of Disco #841B3F

Color information

#841B3F (or 0x841B3F) is unknown color: approx Disco. HEX triplet: 84, 1B and 3F. RGB value is (132,27,63). Sum of RGB (Red+Green+Blue) = 132+27+63=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #841B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841B3F is #7BE4C0. Grayscale: #3E3E3E. Windows color (decimal): -8119489 or 4135812. OLE color: 4135812.

HSL color Cylindrical-coordinate representation of color #841B3F: hue angle of 339.43º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841B3F is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1322763-
CMYK00.800.520.48
HSL339.43º66.04%31.18%-
HSV(B)339.43º79.55%51.76%-
XYZ10.86.055.3-
YUV62.5128.29177.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 27 (10.94% from 255) = 12.16%
BLUE value IS 63 (25% from 255) = 28.38%
R=59.46%
G=12.16%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132276300.800.520.48339.4366.0431.18
Hex841B3F0503430153421f
Octal20433770120646052310237
Binary100001001101111111101010000110100110000101010011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841b3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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