Html Css Color HEX #832841 Disco

📋 copy color: '#832841'

red 131 ◦ green 40 ◦ blue 65

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

Shades of Disco #832841

Tints of Disco #832841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 55.51%
G = 16.95%
B = 27.54%

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

#832841 (or 0x832841) is known color: Disco. HEX triplet: 83, 28 and 41. RGB value is (131,40,65). Sum of RGB (Red+Green+Blue) = 131+40+65=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #832841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832841 is #7CD7BE. Grayscale: #464646. Windows color (decimal): -8181695 or 4270211. OLE color: 4270211.

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

Color convert

RGB 131 40 65 -
CMYK 0 0.69 0.50 0.49
HSL 343.52º 0.53% 0.34% -
HSV(B) 343.52º 0.69% 0.51% -
XYZ 11.07 6.72 5.72 -
YUV 70.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 131 40 65 0 0.69 0.50 0.49 343.52 0.53 0.34
Hex 83 28 41 0 45 32 31 158 35 22
Octal 203 50 101 0 105 62 61 530 65 42
Binary 10000011 101000 1000001 0 1000101 110010 110001 101011000 110101 100010

Color Harmonies of #832841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832841

Black with #832841

Text Example


Text Example

White with #832841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832841; }

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

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

background-color css

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

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

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

border-color css

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

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

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