#82133A

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

Shades of Claret #82133A

Tints of Claret #82133A

Color information

#82133A (or 0x82133A) is unknown color: approx Claret. HEX triplet: 82, 13 and 3A. RGB value is (130,19,58). Sum of RGB (Red+Green+Blue) = 130+19+58=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82133A is #7DECC5. Grayscale: #383838. Windows color (decimal): -8252614 or 3806082. OLE color: 3806082.

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

Color convert

RGB1301958-
CMYK00.850.550.49
HSL338.92º74.5%29.22%-
HSV(B)338.92º85.38%50.98%-
XYZ10.25.524.53-
YUV56.64128.77180.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 58 (23.05% from 255) = 28.02%
R=62.80%
G=9.18%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130195800.850.550.49338.9274.529.22
Hex82133A05537311534a1d
Octal20223720125676152311235
Binary100000101001111101001010101110111110001101010011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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