#7A1B3C

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

Shades of Claret #7A1B3C

Tints of Claret #7A1B3C

Color information

#7A1B3C (or 0x7A1B3C) is unknown color: approx Claret. HEX triplet: 7A, 1B and 3C. RGB value is (122,27,60). Sum of RGB (Red+Green+Blue) = 122+27+60=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1B3C is #85E4C3. Grayscale: #3B3B3B. Windows color (decimal): -8774852 or 3939194. OLE color: 3939194.

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

Color convert

RGB1222760-
CMYK00.780.510.52
HSL339.16º63.76%29.22%-
HSV(B)339.16º77.87%47.84%-
XYZ9.235.254.8-
YUV59.17128.47172.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.37%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=58.37%
G=12.92%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122276000.780.510.52339.1663.7629.22
Hex7A1B3C04E3334153401d
Octal17233740116636452310035
Binary11110101101111110001001110110011110100101010011100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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