#82153A

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

Shades of Scarlett #82153A

Tints of Scarlett #82153A

Color information

#82153A (or 0x82153A) is unknown color: approx Scarlett. HEX triplet: 82, 15 and 3A. RGB value is (130,21,58). Sum of RGB (Red+Green+Blue) = 130+21+58=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82153A is #7DEAC5. Grayscale: #393939. Windows color (decimal): -8252102 or 3806594. OLE color: 3806594.

HSL color Cylindrical-coordinate representation of color #82153A: hue angle of 339.63º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82153A is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1302158-
CMYK00.840.550.49
HSL339.63º72.19%29.61%-
HSV(B)339.63º83.85%50.98%-
XYZ10.245.594.54-
YUV57.81128.11179.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.20%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=62.20%
G=10.05%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130215800.840.550.49339.6372.1929.61
Hex82153A0543731154481e
Octal20225720124676152411036
Binary100000101010111101001010100110111110001101010100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82153A; }

 p { color: rgb(130,21,58); }

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

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

 a { background-color: rgb(130,21,58); }

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

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

 span { border-color: rgb(130,21,58); }

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