#7C1A3C

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

Shades of Claret #7C1A3C

Tints of Claret #7C1A3C

Color information

#7C1A3C (or 0x7C1A3C) is unknown color: approx Claret. HEX triplet: 7C, 1A and 3C. RGB value is (124,26,60). Sum of RGB (Red+Green+Blue) = 124+26+60=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1A3C is #83E5C3. Grayscale: #3B3B3B. Windows color (decimal): -8644036 or 3938940. OLE color: 3938940.

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

Color convert

RGB1242660-
CMYK00.790.520.51
HSL339.18º65.33%29.41%-
HSV(B)339.18º79.03%48.63%-
XYZ9.55.354.81-
YUV59.18128.47174.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.05%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 60 (23.83% from 255) = 28.57%
R=59.05%
G=12.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124266000.790.520.51339.1865.3329.41
Hex7C1A3C04F3433153411d
Octal17432740117646352310135
Binary11111001101011110001001111110100110011101010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,26,60); }

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

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

 a { background-color: rgb(124,26,60); }

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

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

 span { border-color: rgb(124,26,60); }

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