#821B2E

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

Shades of Scarlett #821B2E

Tints of Scarlett #821B2E

Color information

#821B2E (or 0x821B2E) is unknown color: approx Scarlett. HEX triplet: 82, 1B and 2E. RGB value is (130,27,46). Sum of RGB (Red+Green+Blue) = 130+27+46=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #821B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B2E is #7DE4D1. Grayscale: #3B3B3B. Windows color (decimal): -8250578 or 3021698. OLE color: 3021698.

HSL color Cylindrical-coordinate representation of color #821B2E: hue angle of 348.93º 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 #821B2E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1302746-
CMYK00.790.650.49
HSL348.93º65.61%30.78%-
HSV(B)348.93º79.23%50.98%-
XYZ10.095.733.16-
YUV59.96120.12177.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.04%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=64.04%
G=13.30%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130274600.790.650.49348.9365.6130.78
Hex821B2E04F413115d421f
Octal202335601171016153510237
Binary1000001011011101110010011111000001110001101011101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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