#82122F

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

Shades of Scarlett #82122F

Tints of Scarlett #82122F

Color information

#82122F (or 0x82122F) is unknown color: approx Scarlett. HEX triplet: 82, 12 and 2F. RGB value is (130,18,47). Sum of RGB (Red+Green+Blue) = 130+18+47=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82122F is #7DEDD0. Grayscale: #363636. Windows color (decimal): -8252881 or 3084930. OLE color: 3084930.

HSL color Cylindrical-coordinate representation of color #82122F: hue angle of 344.46º 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 #82122F is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1301847-
CMYK00.860.640.49
HSL344.46º75.68%29.02%-
HSV(B)344.46º86.15%50.98%-
XYZ9.945.383.2-
YUV54.79123.61181.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=66.67%
G=9.23%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130184700.860.640.49344.4675.6829.02
Hex82122F05640311584c1d
Octal202225701261006153011435
Binary1000001010010101111010101101000000110001101011000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82122F; }

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

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

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

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

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

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

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

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