#821439

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

Shades of Scarlett #821439

Tints of Scarlett #821439

Color information

#821439 (or 0x821439) is unknown color: approx Scarlett. HEX triplet: 82, 14 and 39. RGB value is (130,20,57). Sum of RGB (Red+Green+Blue) = 130+20+57=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #821439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821439 is #7DEBC6. Grayscale: #393939. Windows color (decimal): -8252359 or 3740802. OLE color: 3740802.

HSL color Cylindrical-coordinate representation of color #821439: hue angle of 339.82º degrees, saturation: 0.73, 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 #821439 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1302057-
CMYK00.850.560.49
HSL339.82º73.33%29.41%-
HSV(B)339.82º84.62%50.98%-
XYZ10.195.544.4-
YUV57.11127.94179.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 57 (22.66% from 255) = 27.54%
R=62.80%
G=9.66%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130205700.850.560.49339.8273.3329.41
Hex8214390553831154491d
Octal20224710125706152411135
Binary100000101010011100101010101111000110001101010100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821439; }

 p { color: rgb(130,20,57); }

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

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

 a { background-color: rgb(130,20,57); }

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

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

 span { border-color: rgb(130,20,57); }

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