#832E4B

Color #832E4B Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #832E4B

Tints of Disco #832E4B

Color information

#832E4B (or 0x832E4B) is unknown color: approx Disco. HEX triplet: 83, 2E and 4B. RGB value is (131,46,75). Sum of RGB (Red+Green+Blue) = 131+46+75=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #832E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E4B is #7CD1B4. Grayscale: #4A4A4A. Windows color (decimal): -8180149 or 4927107. OLE color: 4927107.

HSL color Cylindrical-coordinate representation of color #832E4B: hue angle of 339.53º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E4B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1314675-
CMYK00.650.430.49
HSL339.53º48.02%34.71%-
HSV(B)339.53º64.89%51.37%-
XYZ11.617.297.45-
YUV74.72128.16168.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=51.98%
G=18.25%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131467500.650.430.49339.5348.0234.71
Hex832E4B0412B311543023
Octal20356113010153615246043
Binary10000011101110100101101000001101011110001101010100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832E4B; }

 p { color: rgb(131,46,75); }

 H1.HeaderClassName
 {
   color: #832E4B;
 }
 .AnyTagClassName
 {
   color: #832E4B;
 }
</style>
background-color css

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

 a { background-color: rgb(131,46,75); }

 div.DivClassName
 {
   background-color: #832E4B;
 }
 .BgClassName
 {
   background-color: #832E4B;
 }
</style>
border-color css

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

 span { border-color: rgb(131,46,75); }

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