#822028

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

Shades of Scarlett #822028

Tints of Scarlett #822028

Color information

#822028 (or 0x822028) is unknown color: approx Scarlett. HEX triplet: 82, 20 and 28. RGB value is (130,32,40). Sum of RGB (Red+Green+Blue) = 130+32+40=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #822028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822028 is #7DDFD7. Grayscale: #3E3E3E. Windows color (decimal): -8249304 or 2629762. OLE color: 2629762.

HSL color Cylindrical-coordinate representation of color #822028: hue angle of 355.1º 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 #822028 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1303240-
CMYK00.750.690.49
HSL355.1º60.49%31.76%-
HSV(B)355.1º75.38%50.98%-
XYZ10.115.932.62-
YUV62.21115.47176.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.36%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=64.36%
G=15.84%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130324000.750.690.49355.160.4931.76
Hex82202804B45311633c20
Octal20240500113105615437440
Binary10000010100000101000010010111000101110001101100011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822028; }

 p { color: rgb(130,32,40); }

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

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

 a { background-color: rgb(130,32,40); }

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

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

 span { border-color: rgb(130,32,40); }

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