#821432

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

Shades of Scarlett #821432

Tints of Scarlett #821432

Color information

#821432 (or 0x821432) is unknown color: approx Scarlett. HEX triplet: 82, 14 and 32. RGB value is (130,20,50). Sum of RGB (Red+Green+Blue) = 130+20+50=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #821432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821432 is #7DEBCD. Grayscale: #383838. Windows color (decimal): -8252366 or 3282050. OLE color: 3282050.

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

Color convert

RGB1302050-
CMYK00.850.620.49
HSL343.64º73.33%29.41%-
HSV(B)343.64º84.62%50.98%-
XYZ10.035.483.55-
YUV56.31124.44180.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65%
GREEN value IS 20 (8.20% from 255) = 10%
BLUE value IS 50 (19.92% from 255) = 25%
R=65%
G=10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130205000.850.620.49343.6473.3329.41
Hex8214320553E31158491d
Octal20224620125766153011135
Binary100000101010011001001010101111110110001101011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821432; }

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

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

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

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

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

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

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

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