#7A112F

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

Shades of Claret #7A112F

Tints of Claret #7A112F

Color information

#7A112F (or 0x7A112F) is unknown color: approx Claret. HEX triplet: 7A, 11 and 2F. RGB value is (122,17,47). Sum of RGB (Red+Green+Blue) = 122+17+47=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A112F is #85EED0. Grayscale: #333333. Windows color (decimal): -8777425 or 3084666. OLE color: 3084666.

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

Color convert

RGB1221747-
CMYK00.860.610.52
HSL342.86º75.54%27.25%-
HSV(B)342.86º86.07%47.84%-
XYZ8.744.743.14-
YUV51.82125.29178.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.59%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=65.59%
G=9.14%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122174700.860.610.52342.8675.5427.25
Hex7A112F0563D341574c1b
Octal17221570126756452711433
Binary11110101000110111101010110111101110100101010111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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