#7A1533

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

Shades of Claret #7A1533

Tints of Claret #7A1533

Color information

#7A1533 (or 0x7A1533) is unknown color: approx Claret. HEX triplet: 7A, 15 and 33. RGB value is (122,21,51). Sum of RGB (Red+Green+Blue) = 122+21+51=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1533 is #85EACC. Grayscale: #363636. Windows color (decimal): -8776397 or 3347834. OLE color: 3347834.

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

Color convert

RGB1222151-
CMYK00.830.580.52
HSL342.18º70.63%28.04%-
HSV(B)342.18º82.79%47.84%-
XYZ8.894.913.61-
YUV54.62125.96176.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.89%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 51 (20.31% from 255) = 26.29%
R=62.89%
G=10.82%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122215100.830.580.52342.1870.6328.04
Hex7A15330533A34156471c
Octal17225630123726452610734
Binary11110101010111001101010011111010110100101010110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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