#7A1E3C

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

Shades of Claret #7A1E3C

Tints of Claret #7A1E3C

Color information

#7A1E3C (or 0x7A1E3C) is unknown color: approx Claret. HEX triplet: 7A, 1E and 3C. RGB value is (122,30,60). Sum of RGB (Red+Green+Blue) = 122+30+60=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E3C is #85E1C3. Grayscale: #3C3C3C. Windows color (decimal): -8774084 or 3939962. OLE color: 3939962.

HSL color Cylindrical-coordinate representation of color #7A1E3C: hue angle of 340.43º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1E3C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB1223060-
CMYK00.750.510.52
HSL340.43º60.53%29.8%-
HSV(B)340.43º75.41%47.84%-
XYZ9.315.394.83-
YUV60.93127.48171.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.55%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=57.55%
G=14.15%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122306000.750.510.52340.4360.5329.8
Hex7A1E3C04B33341543d1e
Octal1723674011363645247536
Binary1111010111101111000100101111001111010010101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A1E3C; }

 p { color: rgb(122,30,60); }

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

<style>
 a { background-color: #7A1E3C; }

 a { background-color: rgb(122,30,60); }

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

<style>
 span { border-color: #7A1E3C; }

 span { border-color: rgb(122,30,60); }

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