#7A162F

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

Shades of Claret #7A162F

Tints of Claret #7A162F

Color information

#7A162F (or 0x7A162F) is unknown color: approx Claret. HEX triplet: 7A, 16 and 2F. RGB value is (122,22,47). Sum of RGB (Red+Green+Blue) = 122+22+47=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A162F is #85E9D0. Grayscale: #363636. Windows color (decimal): -8776145 or 3085946. OLE color: 3085946.

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

Color convert

RGB1222247-
CMYK00.820.610.52
HSL345º69.44%28.24%-
HSV(B)345º81.97%47.84%-
XYZ8.834.923.17-
YUV54.75123.63175.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.87%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=63.87%
G=11.52%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122224700.820.610.5234569.4428.24
Hex7A162F0523D34159451c
Octal17226570122756453110534
Binary11110101011010111101010010111101110100101011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,22,47); }

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

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

 a { background-color: rgb(122,22,47); }

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

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

 span { border-color: rgb(122,22,47); }

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