Html Css Color HEX #832842 Disco

📋 copy color: '#832842'

red 131 ◦ green 40 ◦ blue 66

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

Shades of Disco #832842

Tints of Disco #832842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 55.27%
G = 16.88%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#832842 (or 0x832842) is known color: Disco. HEX triplet: 83, 28 and 42. RGB value is (131,40,66). Sum of RGB (Red+Green+Blue) = 131+40+66=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #832842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832842 is #7CD7BD. Grayscale: #464646. Windows color (decimal): -8181694 or 4335747. OLE color: 4335747.

HSL color Cylindrical-coordinate representation of color #832842: hue angle of 342.86º 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 #832842 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 66 -
CMYK 0 0.69 0.50 0.49
HSL 342.86º 0.53% 0.34% -
HSV(B) 342.86º 0.69% 0.51% -
XYZ 11.1 6.74 5.87 -
YUV 70.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 131 40 66 0 0.69 0.50 0.49 342.86 0.53 0.34
Hex 83 28 42 0 45 32 31 157 35 22
Octal 203 50 102 0 105 62 61 527 65 42
Binary 10000011 101000 1000010 0 1000101 110010 110001 101010111 110101 100010

Color Harmonies of #832842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832842

Black with #832842

Text Example


Text Example

White with #832842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832842; }

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

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

background-color css

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

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

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

border-color css

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

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

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