#7C1837

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

Shades of Claret #7C1837

Tints of Claret #7C1837

Color information

#7C1837 (or 0x7C1837) is unknown color: approx Claret. HEX triplet: 7C, 18 and 37. RGB value is (124,24,55). Sum of RGB (Red+Green+Blue) = 124+24+55=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1837 is #83E7C8. Grayscale: #393939. Windows color (decimal): -8644553 or 3610748. OLE color: 3610748.

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

Color convert

RGB1242455-
CMYK00.810.560.51
HSL341.4º67.57%29.02%-
HSV(B)341.4º80.65%48.63%-
XYZ9.335.214.13-
YUV57.43126.63175.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.08%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=61.08%
G=11.82%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124245500.810.560.51341.467.5729.02
Hex7C18370513833155441d
Octal17430670121706352510435
Binary11111001100011011101010001111000110011101010101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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