#82103A

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

Shades of Claret #82103A

Tints of Claret #82103A

Color information

#82103A (or 0x82103A) is unknown color: approx Claret. HEX triplet: 82, 10 and 3A. RGB value is (130,16,58). Sum of RGB (Red+Green+Blue) = 130+16+58=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #82103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82103A is #7DEFC5. Grayscale: #363636. Windows color (decimal): -8253382 or 3805314. OLE color: 3805314.

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

Color convert

RGB1301658-
CMYK00.880.550.49
HSL337.89º78.08%28.63%-
HSV(B)337.89º87.69%50.98%-
XYZ10.155.424.51-
YUV54.87129.77181.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.73%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 58 (23.05% from 255) = 28.43%
R=63.73%
G=7.84%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130165800.880.550.49337.8978.0828.63
Hex82103A05837311524e1d
Octal20220720130676152211635
Binary100000101000011101001011000110111110001101010010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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