#82232E

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

Shades of Scarlett #82232E

Tints of Scarlett #82232E

Color information

#82232E (or 0x82232E) is unknown color: approx Scarlett. HEX triplet: 82, 23 and 2E. RGB value is (130,35,46). Sum of RGB (Red+Green+Blue) = 130+35+46=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82232E is #7DDCD1. Grayscale: #404040. Windows color (decimal): -8248530 or 3023746. OLE color: 3023746.

HSL color Cylindrical-coordinate representation of color #82232E: hue angle of 353.05º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82232E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1303546-
CMYK00.730.650.49
HSL353.05º57.58%32.35%-
HSV(B)353.05º73.08%50.98%-
XYZ10.36.153.23-
YUV64.66117.47174.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=61.61%
G=16.59%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130354600.730.650.49353.0557.5832.35
Hex82232E04941311613a20
Octal20243560111101615417240
Binary10000010100011101110010010011000001110001101100001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82232E; }

 p { color: rgb(130,35,46); }

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

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

 a { background-color: rgb(130,35,46); }

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

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

 span { border-color: rgb(130,35,46); }

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