#82142D

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

Shades of Scarlett #82142D

Tints of Scarlett #82142D

Color information

#82142D (or 0x82142D) is unknown color: approx Scarlett. HEX triplet: 82, 14 and 2D. RGB value is (130,20,45). Sum of RGB (Red+Green+Blue) = 130+20+45=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82142D is #7DEBD2. Grayscale: #373737. Windows color (decimal): -8252371 or 2954370. OLE color: 2954370.

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

Color convert

RGB1302045-
CMYK00.850.650.49
HSL346.36º73.33%29.41%-
HSV(B)346.36º84.62%50.98%-
XYZ9.935.443.01-
YUV55.74121.94180.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=66.67%
G=10.26%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130204500.850.650.49346.3673.3329.41
Hex82142D055413115a491d
Octal202245501251016153211135
Binary1000001010100101101010101011000001110001101011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82142D; }

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

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

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

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

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

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

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

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