#822330

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

Shades of Scarlett #822330

Tints of Scarlett #822330

Color information

#822330 (or 0x822330) is unknown color: approx Scarlett. HEX triplet: 82, 23 and 30. RGB value is (130,35,48). Sum of RGB (Red+Green+Blue) = 130+35+48=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #822330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822330 is #7DDCCF. Grayscale: #404040. Windows color (decimal): -8248528 or 3154818. OLE color: 3154818.

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

Color convert

RGB1303548-
CMYK00.730.630.49
HSL351.79º57.58%32.35%-
HSV(B)351.79º73.08%50.98%-
XYZ10.346.163.44-
YUV64.89118.47174.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.03%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=61.03%
G=16.43%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130354800.730.630.49351.7957.5832.35
Hex8223300493F311603a20
Octal2024360011177615407240
Binary1000001010001111000001001001111111110001101100000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822330; }

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

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

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

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

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

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

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

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