#7C0E36

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

Shades of Claret #7C0E36

Tints of Claret #7C0E36

Color information

#7C0E36 (or 0x7C0E36) is unknown color: approx Claret. HEX triplet: 7C, 0E and 36. RGB value is (124,14,54). Sum of RGB (Red+Green+Blue) = 124+14+54=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0E36 is #83F1C9. Grayscale: #333333. Windows color (decimal): -8647114 or 3542652. OLE color: 3542652.

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

Color convert

RGB1241454-
CMYK00.890.560.51
HSL338.18º79.71%27.06%-
HSV(B)338.18º88.71%48.63%-
XYZ9.144.873.95-
YUV51.45129.44179.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.58%
GREEN value IS 14 (5.86% from 255) = 7.29%
BLUE value IS 54 (21.48% from 255) = 28.12%
R=64.58%
G=7.29%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124145400.890.560.51338.1879.7127.06
Hex7CE360593833152501b
Octal17416660131706352212033
Binary1111100111011011001011001111000110011101010010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,14,54); }

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

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

 a { background-color: rgb(124,14,54); }

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

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

 span { border-color: rgb(124,14,54); }

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