#7A132E

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

Shades of Claret #7A132E

Tints of Claret #7A132E

Color information

#7A132E (or 0x7A132E) is unknown color: approx Claret. HEX triplet: 7A, 13 and 2E. RGB value is (122,19,46). Sum of RGB (Red+Green+Blue) = 122+19+46=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A132E is #85ECD1. Grayscale: #343434. Windows color (decimal): -8776914 or 3019642. OLE color: 3019642.

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

Color convert

RGB1221946-
CMYK00.840.620.52
HSL344.27º73.05%27.65%-
HSV(B)344.27º84.43%47.84%-
XYZ8.754.83.05-
YUV52.88124.12177.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.24%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=65.24%
G=10.16%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122194600.840.620.52344.2773.0527.65
Hex7A132E0543E34158491c
Octal17223560124766453011134
Binary11110101001110111001010100111110110100101011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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