Html Css Color HEX #843552 Disco

📋 copy color: '#843552'

red 132 ◦ green 53 ◦ blue 82

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

Shades of Disco #843552

Tints of Disco #843552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.85%

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 49.44%
G = 19.85%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#843552 (or 0x843552) is known color: Disco. HEX triplet: 84, 35 and 52. RGB value is (132,53,82). Sum of RGB (Red+Green+Blue) = 132+53+82=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #843552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843552 is #7BCAAD. Grayscale: #4F4F4F. Windows color (decimal): -8112814 or 5387652. OLE color: 5387652.

HSL color Cylindrical-coordinate representation of color #843552: hue angle of 337.97º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #843552 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 53 82 -
CMYK 0 0.60 0.38 0.48
HSL 337.97º 0.43% 0.36% -
HSV(B) 337.97º 0.6% 0.52% -
XYZ 12.31 8.06 8.89 -
YUV 79.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 132 53 82 0 0.60 0.38 0.48 337.97 0.43 0.36
Hex 84 35 52 0 3C 26 30 152 2B 24
Octal 204 65 122 0 74 46 60 522 53 44
Binary 10000100 110101 1010010 0 111100 100110 110000 101010010 101011 100100

Color Harmonies of #843552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843552

Black with #843552

Text Example


Text Example

White with #843552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843552; }

 p { color: rgb(132,53,82); }

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

background-color css

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

 a { background-color: rgb(132,53,82); }

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

border-color css

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

 span { border-color: rgb(132,53,82); }

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