Html Css Color HEX #832849 Disco

📋 copy color: '#832849'

red 131 ◦ green 40 ◦ blue 73

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

Shades of Disco #832849

Tints of Disco #832849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.39%

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

R = 53.69%
G = 16.39%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#832849 (or 0x832849) is known color: Disco. HEX triplet: 83, 28 and 49. RGB value is (131,40,73). Sum of RGB (Red+Green+Blue) = 131+40+73=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #832849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832849 is #7CD7B6. Grayscale: #464646. Windows color (decimal): -8181687 or 4794499. OLE color: 4794499.

HSL color Cylindrical-coordinate representation of color #832849: hue angle of 338.24º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832849 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 73 -
CMYK 0 0.69 0.44 0.49
HSL 338.24º 0.53% 0.34% -
HSV(B) 338.24º 0.69% 0.51% -
XYZ 11.32 6.82 7.02 -
YUV 70.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 131 40 73 0 0.69 0.44 0.49 338.24 0.53 0.34
Hex 83 28 49 0 45 2C 31 152 35 22
Octal 203 50 111 0 105 54 61 522 65 42
Binary 10000011 101000 1001001 0 1000101 101100 110001 101010010 110101 100010

Color Harmonies of #832849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832849

Black with #832849

Text Example


Text Example

White with #832849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832849; }

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

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

background-color css

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

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

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

border-color css

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

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

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