#82173E

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

Shades of Claret #82173E

Tints of Claret #82173E

Color information

#82173E (or 0x82173E) is unknown color: approx Claret. HEX triplet: 82, 17 and 3E. RGB value is (130,23,62). Sum of RGB (Red+Green+Blue) = 130+23+62=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #82173E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82173E is #7DE8C1. Grayscale: #3B3B3B. Windows color (decimal): -8251586 or 4069250. OLE color: 4069250.

HSL color Cylindrical-coordinate representation of color #82173E: hue angle of 338.13º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82173E is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1302362-
CMYK00.820.520.49
HSL338.13º69.93%30%-
HSV(B)338.13º82.31%50.98%-
XYZ10.385.715.11-
YUV59.44129.45178.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.47%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=60.47%
G=10.70%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130236200.820.520.49338.1369.9330
Hex82173E0523431152461e
Octal20227760122646152210636
Binary100000101011111111001010010110100110001101010010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82173E; }

 p { color: rgb(130,23,62); }

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

<style>
 a { background-color: #82173E; }

 a { background-color: rgb(130,23,62); }

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

<style>
 span { border-color: #82173E; }

 span { border-color: rgb(130,23,62); }

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