#821429

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

Shades of Scarlett #821429

Tints of Scarlett #821429

Color information

#821429 (or 0x821429) is unknown color: approx Scarlett. HEX triplet: 82, 14 and 29. RGB value is (130,20,41). Sum of RGB (Red+Green+Blue) = 130+20+41=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #821429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821429 is #7DEBD6. Grayscale: #373737. Windows color (decimal): -8252375 or 2692226. OLE color: 2692226.

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

Color convert

RGB1302041-
CMYK00.850.680.49
HSL348.55º73.33%29.41%-
HSV(B)348.55º84.62%50.98%-
XYZ9.865.412.62-
YUV55.28119.94181.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.06%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=68.06%
G=10.47%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130204100.850.680.49348.5573.3329.41
Hex821429055443115d491d
Octal202245101251046153511135
Binary1000001010100101001010101011000100110001101011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821429; }

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

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

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

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

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

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

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

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