#821838

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

Shades of Scarlett #821838

Tints of Scarlett #821838

Color information

#821838 (or 0x821838) is unknown color: approx Scarlett. HEX triplet: 82, 18 and 38. RGB value is (130,24,56). Sum of RGB (Red+Green+Blue) = 130+24+56=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #821838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821838 is #7DE7C7. Grayscale: #3B3B3B. Windows color (decimal): -8251336 or 3676290. OLE color: 3676290.

HSL color Cylindrical-coordinate representation of color #821838: hue angle of 341.89º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821838 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1302456-
CMYK00.820.570.49
HSL341.89º68.83%30.2%-
HSV(B)341.89º81.54%50.98%-
XYZ10.255.684.3-
YUV59.34126.12178.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.90%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=61.90%
G=11.43%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130245600.820.570.49341.8968.8330.2
Hex8218380523931156451e
Octal20230700122716152610536
Binary100000101100011100001010010111001110001101010110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821838; }

 p { color: rgb(130,24,56); }

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

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

 a { background-color: rgb(130,24,56); }

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

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

 span { border-color: rgb(130,24,56); }

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