Html Css Color HEX #832848 Disco

📋 copy color: '#832848'

red 131 ◦ green 40 ◦ blue 72

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

Shades of Disco #832848

Tints of Disco #832848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 53.91%
G = 16.46%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#832848 (or 0x832848) is known color: Disco. HEX triplet: 83, 28 and 48. RGB value is (131,40,72). Sum of RGB (Red+Green+Blue) = 131+40+72=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #832848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832848 is #7CD7B7. Grayscale: #464646. Windows color (decimal): -8181688 or 4728963. OLE color: 4728963.

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

Color convert

RGB 131 40 72 -
CMYK 0 0.69 0.45 0.49
HSL 338.9º 0.53% 0.34% -
HSV(B) 338.9º 0.69% 0.51% -
XYZ 11.29 6.81 6.85 -
YUV 70.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 131 40 72 0 0.69 0.45 0.49 338.9 0.53 0.34
Hex 83 28 48 0 45 2D 31 153 35 22
Octal 203 50 110 0 105 55 61 523 65 42
Binary 10000011 101000 1001000 0 1000101 101101 110001 101010011 110101 100010

Color Harmonies of #832848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832848

Black with #832848

Text Example


Text Example

White with #832848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832848; }

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

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

background-color css

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

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

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

border-color css

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

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

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