Html Css Color HEX #841346 Disco

📋 copy color: '#841346'

red 132 ◦ green 19 ◦ blue 70

#841346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #841346

Tints of Disco #841346

RGB

 RED value IS 132 (51.95% from 255) = 59.73%

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 70 (27.73% from 255) = 31.67%

R = 59.73%
G = 8.6%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#841346 (or 0x841346) is known color: Disco. HEX triplet: 84, 13 and 46. RGB value is (132,19,70). Sum of RGB (Red+Green+Blue) = 132+19+70=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #841346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841346 is #7BECB9. Grayscale: #3A3A3A. Windows color (decimal): -8121530 or 4592516. OLE color: 4592516.

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

Color convert

RGB 132 19 70 -
CMYK 0 0.86 0.47 0.48
HSL 332.92º 0.75% 0.3% -
HSV(B) 332.92º 0.86% 0.52% -
XYZ 10.85 5.81 6.34 -
YUV 58.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 132 19 70 0 0.86 0.47 0.48 332.92 0.75 0.3
Hex 84 13 46 0 56 2F 30 14D 4B 1E
Octal 204 23 106 0 126 57 60 515 113 36
Binary 10000100 10011 1000110 0 1010110 101111 110000 101001101 1001011 11110

Color Harmonies of #841346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841346

Black with #841346

Text Example


Text Example

White with #841346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841346; }

 p { color: rgb(132,19,70); }

 H1.HeaderClassName
 {
   color: #841346;
 }
 .AnyTagClassName
 {
   color: #841346;
 }
</style>

background-color css

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

 a { background-color: rgb(132,19,70); }

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

border-color css

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

 span { border-color: rgb(132,19,70); }

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