#832132

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

Shades of Scarlett #832132

Tints of Scarlett #832132

Color information

#832132 (or 0x832132) is unknown color: approx Scarlett. HEX triplet: 83, 21 and 32. RGB value is (131,33,50). Sum of RGB (Red+Green+Blue) = 131+33+50=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #832132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832132 is #7CDECD. Grayscale: #404040. Windows color (decimal): -8183502 or 3285379. OLE color: 3285379.

HSL color Cylindrical-coordinate representation of color #832132: hue angle of 349.59º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832132 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1313350-
CMYK00.750.620.49
HSL349.59º59.76%32.16%-
HSV(B)349.59º74.81%51.37%-
XYZ10.486.143.65-
YUV64.24119.97175.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.21%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=61.21%
G=15.42%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131335000.750.620.49349.5959.7632.16
Hex83213204B3E3115e3c20
Octal2034162011376615367440
Binary1000001110000111001001001011111110110001101011110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832132; }

 p { color: rgb(131,33,50); }

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

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

 a { background-color: rgb(131,33,50); }

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

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

 span { border-color: rgb(131,33,50); }

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