#7C1237

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

Shades of Claret #7C1237

Tints of Claret #7C1237

Color information

#7C1237 (or 0x7C1237) is unknown color: approx Claret. HEX triplet: 7C, 12 and 37. RGB value is (124,18,55). Sum of RGB (Red+Green+Blue) = 124+18+55=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1237 is #83EDC8. Grayscale: #353535. Windows color (decimal): -8646089 or 3609212. OLE color: 3609212.

HSL color Cylindrical-coordinate representation of color #7C1237: hue angle of 339.06º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1237 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1241855-
CMYK00.850.560.51
HSL339.06º74.65%27.84%-
HSV(B)339.06º85.48%48.63%-
XYZ9.224.994.09-
YUV53.91128.62177.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.94%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 55 (21.88% from 255) = 27.92%
R=62.94%
G=9.14%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124185500.850.560.51339.0674.6527.84
Hex7C123705538331534b1c
Octal17422670125706352311334
Binary11111001001011011101010101111000110011101010011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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