#7C1C3E

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

Shades of Claret #7C1C3E

Tints of Claret #7C1C3E

Color information

#7C1C3E (or 0x7C1C3E) is unknown color: approx Claret. HEX triplet: 7C, 1C and 3E. RGB value is (124,28,62). Sum of RGB (Red+Green+Blue) = 124+28+62=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1C3E is #83E3C1. Grayscale: #3C3C3C. Windows color (decimal): -8643522 or 4070524. OLE color: 4070524.

HSL color Cylindrical-coordinate representation of color #7C1C3E: hue angle of 338.75º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C1C3E is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB1242862-
CMYK00.770.50.51
HSL338.75º63.16%29.8%-
HSV(B)338.75º77.42%48.63%-
XYZ9.65.465.11-
YUV60.58128.8173.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.94%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=57.94%
G=13.08%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124286200.770.50.51338.7563.1629.8
Hex7C1C3E04D32331533f1e
Octal1743476011562635237736
Binary1111100111001111100100110111001011001110101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,28,62); }

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

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

 a { background-color: rgb(124,28,62); }

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

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

 span { border-color: rgb(124,28,62); }

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