#821b35

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

Shades of Scarlett #821B35

Tints of Scarlett #821B35

Color information

#821B35 (or 0x821B35) is unknown color: approx Scarlett. HEX triplet: 82, 1B and 35. RGB value is (130,27,53). Sum of RGB (Red+Green+Blue) = 130+27+53=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #821B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B35 is #7DE4CA. Grayscale: #3C3C3C. Windows color (decimal): -8250571 or 3480450. OLE color: 3480450.

HSL color Cylindrical-coordinate representation of color #821B35: hue angle of 344.85º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B35 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1302753-
CMYK00.790.590.49
HSL344.85º65.61%30.78%-
HSV(B)344.85º79.23%50.98%-
XYZ10.245.793.95-
YUV60.76123.62177.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.90%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 53 (21.09% from 255) = 25.24%
R=61.90%
G=12.86%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130275300.790.590.49344.8565.6130.78
Hex821B3504F3B31159421f
Octal20233650117736153110237
Binary100000101101111010101001111111011110001101011001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821b35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821b35; }

 p { color: rgb(130,27,53); }

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

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

 a { background-color: rgb(130,27,53); }

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

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

 span { border-color: rgb(130,27,53); }

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