#7C193A

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

Shades of Claret #7C193A

Tints of Claret #7C193A

Color information

#7C193A (or 0x7C193A) is unknown color: approx Claret. HEX triplet: 7C, 19 and 3A. RGB value is (124,25,58). Sum of RGB (Red+Green+Blue) = 124+25+58=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C193A is #83E6C5. Grayscale: #3A3A3A. Windows color (decimal): -8644294 or 3807612. OLE color: 3807612.

HSL color Cylindrical-coordinate representation of color #7C193A: hue angle of 340º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C193A is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB1242558-
CMYK00.800.530.51
HSL340º66.44%29.22%-
HSV(B)340º79.84%48.63%-
XYZ9.425.294.53-
YUV58.36127.8174.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.90%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 58 (23.05% from 255) = 28.02%
R=59.90%
G=12.08%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124255800.800.530.5134066.4429.22
Hex7C193A0503533154421d
Octal17431720120656352410235
Binary11111001100111101001010000110101110011101010100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,25,58); }

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

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

 a { background-color: rgb(124,25,58); }

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

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

 span { border-color: rgb(124,25,58); }

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