Html Css Color HEX #832749 Disco

📋 copy color: '#832749'

red 131 ◦ green 39 ◦ blue 73

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

Shades of Disco #832749

Tints of Disco #832749

RGB

 RED value IS 131 (51.56% from 255) = 53.91%

 GREEN value IS 39 (15.63% from 255) = 16.05%

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 53.91%
G = 16.05%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#832749 (or 0x832749) is known color: Disco. HEX triplet: 83, 27 and 49. RGB value is (131,39,73). Sum of RGB (Red+Green+Blue) = 131+39+73=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #832749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832749 is #7CD8B6. Grayscale: #464646. Windows color (decimal): -8181943 or 4794243. OLE color: 4794243.

HSL color Cylindrical-coordinate representation of color #832749: hue angle of 337.83º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832749 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 73 -
CMYK 0 0.70 0.44 0.49
HSL 337.83º 0.54% 0.33% -
HSV(B) 337.83º 0.7% 0.51% -
XYZ 11.29 6.76 7.01 -
YUV 70.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 131 39 73 0 0.70 0.44 0.49 337.83 0.54 0.33
Hex 83 27 49 0 46 2C 31 152 36 21
Octal 203 47 111 0 106 54 61 522 66 41
Binary 10000011 100111 1001001 0 1000110 101100 110001 101010010 110110 100001

Color Harmonies of #832749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832749

Black with #832749

Text Example


Text Example

White with #832749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832749; }

 p { color: rgb(131,39,73); }

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

background-color css

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

 a { background-color: rgb(131,39,73); }

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

border-color css

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

 span { border-color: rgb(131,39,73); }

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