#7C1633

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

Shades of Claret #7C1633

Tints of Claret #7C1633

Color information

#7C1633 (or 0x7C1633) is unknown color: approx Claret. HEX triplet: 7C, 16 and 33. RGB value is (124,22,51). Sum of RGB (Red+Green+Blue) = 124+22+51=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1633 is #83E9CC. Grayscale: #373737. Windows color (decimal): -8645069 or 3348092. OLE color: 3348092.

HSL color Cylindrical-coordinate representation of color #7C1633: hue angle of 342.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1633 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB1242251-
CMYK00.820.590.51
HSL342.94º69.86%28.63%-
HSV(B)342.94º82.26%48.63%-
XYZ9.25.13.63-
YUV55.8125.29176.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.94%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=62.94%
G=11.17%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124225100.820.590.51342.9469.8628.63
Hex7C16330523B33157461d
Octal17426630122736352710635
Binary11111001011011001101010010111011110011101010111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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