#7A1633

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

Shades of Claret #7A1633

Tints of Claret #7A1633

Color information

#7A1633 (or 0x7A1633) is unknown color: approx Claret. HEX triplet: 7A, 16 and 33. RGB value is (122,22,51). Sum of RGB (Red+Green+Blue) = 122+22+51=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1633 is #85E9CC. Grayscale: #373737. Windows color (decimal): -8776141 or 3348090. OLE color: 3348090.

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

Color convert

RGB1222251-
CMYK00.820.580.52
HSL342.6º69.44%28.24%-
HSV(B)342.6º81.97%47.84%-
XYZ8.914.953.62-
YUV55.21125.63175.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.56%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=62.56%
G=11.28%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122225100.820.580.52342.669.4428.24
Hex7A16330523A34157451c
Octal17226630122726452710534
Binary11110101011011001101010010111010110100101010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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