#82132C

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

Shades of Scarlett #82132C

Tints of Scarlett #82132C

Color information

#82132C (or 0x82132C) is unknown color: approx Scarlett. HEX triplet: 82, 13 and 2C. RGB value is (130,19,44). Sum of RGB (Red+Green+Blue) = 130+19+44=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82132C is #7DECD3. Grayscale: #373737. Windows color (decimal): -8252628 or 2888578. OLE color: 2888578.

HSL color Cylindrical-coordinate representation of color #82132C: hue angle of 346.49º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82132C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1301944-
CMYK00.850.660.49
HSL346.49º74.5%29.22%-
HSV(B)346.49º85.38%50.98%-
XYZ9.895.392.9-
YUV55.04121.77181.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.36%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=67.36%
G=9.84%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130194400.850.660.49346.4974.529.22
Hex82132C055423115a4a1d
Octal202235401251026153211235
Binary1000001010011101100010101011000010110001101011010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82132C; }

 p { color: rgb(130,19,44); }

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

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

 a { background-color: rgb(130,19,44); }

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

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

 span { border-color: rgb(130,19,44); }

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