#821338

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

Shades of Scarlett #821338

Tints of Scarlett #821338

Color information

#821338 (or 0x821338) is unknown color: approx Scarlett. HEX triplet: 82, 13 and 38. RGB value is (130,19,56). Sum of RGB (Red+Green+Blue) = 130+19+56=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #821338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821338 is #7DECC7. Grayscale: #383838. Windows color (decimal): -8252616 or 3675010. OLE color: 3675010.

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

Color convert

RGB1301956-
CMYK00.850.570.49
HSL340º74.5%29.22%-
HSV(B)340º85.38%50.98%-
XYZ10.155.54.27-
YUV56.41127.77180.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=63.41%
G=9.27%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130195600.850.570.4934074.529.22
Hex82133805539311544a1d
Octal20223700125716152411235
Binary100000101001111100001010101111001110001101010100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821338; }

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

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

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

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

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

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

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

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