#82142A

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

Shades of Scarlett #82142A

Tints of Scarlett #82142A

Color information

#82142A (or 0x82142A) is unknown color: approx Scarlett. HEX triplet: 82, 14 and 2A. RGB value is (130,20,42). Sum of RGB (Red+Green+Blue) = 130+20+42=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82142A is #7DEBD5. Grayscale: #373737. Windows color (decimal): -8252374 or 2757762. OLE color: 2757762.

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

Color convert

RGB1302042-
CMYK00.850.680.49
HSL348º73.33%29.41%-
HSV(B)348º84.62%50.98%-
XYZ9.875.412.71-
YUV55.4120.44181.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.71%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=67.71%
G=10.42%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130204200.850.680.4934873.3329.41
Hex82142A055443115c491d
Octal202245201251046153411135
Binary1000001010100101010010101011000100110001101011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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