#7C1A37

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

Shades of Claret #7C1A37

Tints of Claret #7C1A37

Color information

#7C1A37 (or 0x7C1A37) is unknown color: approx Claret. HEX triplet: 7C, 1A and 37. RGB value is (124,26,55). Sum of RGB (Red+Green+Blue) = 124+26+55=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1A37 is #83E5C8. Grayscale: #3A3A3A. Windows color (decimal): -8644041 or 3611260. OLE color: 3611260.

HSL color Cylindrical-coordinate representation of color #7C1A37: hue angle of 342.24º 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 #7C1A37 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1242655-
CMYK00.790.560.51
HSL342.24º65.33%29.41%-
HSV(B)342.24º79.03%48.63%-
XYZ9.375.34.14-
YUV58.61125.97174.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.49%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 55 (21.88% from 255) = 26.83%
R=60.49%
G=12.68%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124265500.790.560.51342.2465.3329.41
Hex7C1A3704F3833156411d
Octal17432670117706352610135
Binary11111001101011011101001111111000110011101010110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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