#821B25

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

Shades of Scarlett #821B25

Tints of Scarlett #821B25

Color information

#821B25 (or 0x821B25) is unknown color: approx Scarlett. HEX triplet: 82, 1B and 25. RGB value is (130,27,37). Sum of RGB (Red+Green+Blue) = 130+27+37=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #821B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B25 is #7DE4DA. Grayscale: #3B3B3B. Windows color (decimal): -8250587 or 2431874. OLE color: 2431874.

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

Color convert

RGB1302737-
CMYK00.790.720.49
HSL354.17º65.61%30.78%-
HSV(B)354.17º79.23%50.98%-
XYZ9.935.662.32-
YUV58.94115.62178.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.01%
GREEN value IS 27 (10.94% from 255) = 13.92%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=67.01%
G=13.92%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130273700.790.720.49354.1765.6130.78
Hex821B2504F4831162421f
Octal202334501171106154210237
Binary1000001011011100101010011111001000110001101100010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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