#832030

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

Shades of Scarlett #832030

Tints of Scarlett #832030

Color information

#832030 (or 0x832030) is unknown color: approx Scarlett. HEX triplet: 83, 20 and 30. RGB value is (131,32,48). Sum of RGB (Red+Green+Blue) = 131+32+48=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #832030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832030 is #7CDFCF. Grayscale: #3F3F3F. Windows color (decimal): -8183760 or 3154051. OLE color: 3154051.

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

Color convert

RGB1313248-
CMYK00.760.630.49
HSL350.3º60.74%31.96%-
HSV(B)350.3º75.57%51.37%-
XYZ10.416.073.42-
YUV63.42119.3176.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.09%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=62.09%
G=15.17%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131324800.760.630.49350.360.7431.96
Hex83203004C3F3115e3d20
Octal2034060011477615367540
Binary1000001110000011000001001100111111110001101011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832030; }

 p { color: rgb(131,32,48); }

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

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

 a { background-color: rgb(131,32,48); }

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

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

 span { border-color: rgb(131,32,48); }

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