#821334

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

Shades of Scarlett #821334

Tints of Scarlett #821334

Color information

#821334 (or 0x821334) is unknown color: approx Scarlett. HEX triplet: 82, 13 and 34. RGB value is (130,19,52). Sum of RGB (Red+Green+Blue) = 130+19+52=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #821334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821334 is #7DECCB. Grayscale: #373737. Windows color (decimal): -8252620 or 3412866. OLE color: 3412866.

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

Color convert

RGB1301952-
CMYK00.850.600.49
HSL342.16º74.5%29.22%-
HSV(B)342.16º85.38%50.98%-
XYZ10.065.463.77-
YUV55.95125.77180.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=64.68%
G=9.45%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130195200.850.600.49342.1674.529.22
Hex8213340553C311564a1d
Octal20223640125746152611235
Binary100000101001111010001010101111100110001101010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821334; }

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

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

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

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

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

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

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

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