#821213

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

Shades of Sangria #821213

Tints of Sangria #821213

Color information

#821213 (or 0x821213) is unknown color: approx Sangria. HEX triplet: 82, 12 and 13. RGB value is (130,18,19). Sum of RGB (Red+Green+Blue) = 130+18+19=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #821213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821213 is #7DEDEC. Grayscale: #333333. Windows color (decimal): -8252909 or 1249922. OLE color: 1249922.

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

Color convert

RGB1301819-
CMYK00.860.850.49
HSL359.46º75.68%29.02%-
HSV(B)359.46º86.15%50.98%-
XYZ9.545.231.12-
YUV51.6109.61183.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 77.84%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=77.84%
G=10.78%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130181900.860.850.49359.4675.6829.02
Hex82121305655311674c1d
Octal202222301261256154711435
Binary100000101001010011010101101010101110001101100111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821213; }

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

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

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

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

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

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

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

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