#7A152E

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

Shades of Claret #7A152E

Tints of Claret #7A152E

Color information

#7A152E (or 0x7A152E) is unknown color: approx Claret. HEX triplet: 7A, 15 and 2E. RGB value is (122,21,46). Sum of RGB (Red+Green+Blue) = 122+21+46=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A152E is #85EAD1. Grayscale: #363636. Windows color (decimal): -8776402 or 3020154. OLE color: 3020154.

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

Color convert

RGB1222146-
CMYK00.830.620.52
HSL345.15º70.63%28.04%-
HSV(B)345.15º82.79%47.84%-
XYZ8.794.873.06-
YUV54.05123.46176.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 64.55%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=64.55%
G=11.11%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122214600.830.620.52345.1570.6328.04
Hex7A152E0533E34159471c
Octal17225560123766453110734
Binary11110101010110111001010011111110110100101011001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,21,46); }

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

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

 a { background-color: rgb(122,21,46); }

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

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

 span { border-color: rgb(122,21,46); }

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