#821235

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

Shades of Scarlett #821235

Tints of Scarlett #821235

Color information

#821235 (or 0x821235) is unknown color: approx Scarlett. HEX triplet: 82, 12 and 35. RGB value is (130,18,53). Sum of RGB (Red+Green+Blue) = 130+18+53=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #821235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821235 is #7DEDCA. Grayscale: #373737. Windows color (decimal): -8252875 or 3478146. OLE color: 3478146.

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

Color convert

RGB1301853-
CMYK00.860.590.49
HSL341.25º75.68%29.02%-
HSV(B)341.25º86.15%50.98%-
XYZ10.065.443.89-
YUV55.48126.61181.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=64.68%
G=8.96%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130185300.860.590.49341.2575.6829.02
Hex8212350563B311554c1d
Octal20222650126736152511435
Binary100000101001011010101010110111011110001101010101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821235; }

 p { color: rgb(130,18,53); }

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

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

 a { background-color: rgb(130,18,53); }

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

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

 span { border-color: rgb(130,18,53); }

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