#82123A

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

Shades of Claret #82123A

Tints of Claret #82123A

Color information

#82123A (or 0x82123A) is unknown color: approx Claret. HEX triplet: 82, 12 and 3A. RGB value is (130,18,58). Sum of RGB (Red+Green+Blue) = 130+18+58=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82123A is #7DEDC5. Grayscale: #383838. Windows color (decimal): -8252870 or 3805826. OLE color: 3805826.

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

Color convert

RGB1301858-
CMYK00.860.550.49
HSL338.57º75.68%29.02%-
HSV(B)338.57º86.15%50.98%-
XYZ10.195.484.52-
YUV56.05129.11180.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.11%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=63.11%
G=8.74%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130185800.860.550.49338.5775.6829.02
Hex82123A05637311534c1d
Octal20222720126676152311435
Binary100000101001011101001010110110111110001101010011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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