#7A163B

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

Shades of Claret #7A163B

Tints of Claret #7A163B

Color information

#7A163B (or 0x7A163B) is unknown color: approx Claret. HEX triplet: 7A, 16 and 3B. RGB value is (122,22,59). Sum of RGB (Red+Green+Blue) = 122+22+59=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A163B is #85E9C4. Grayscale: #383838. Windows color (decimal): -8776133 or 3872378. OLE color: 3872378.

HSL color Cylindrical-coordinate representation of color #7A163B: hue angle of 337.8º 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 #7A163B is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB1222259-
CMYK00.820.520.52
HSL337.8º69.44%28.24%-
HSV(B)337.8º81.97%47.84%-
XYZ9.15.034.63-
YUV56.12129.63174.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.10%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=60.10%
G=10.84%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122225900.820.520.52337.869.4428.24
Hex7A163B0523434152451c
Octal17226730122646452210534
Binary11110101011011101101010010110100110100101010010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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