#7C183A

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

Shades of Claret #7C183A

Tints of Claret #7C183A

Color information

#7C183A (or 0x7C183A) is unknown color: approx Claret. HEX triplet: 7C, 18 and 3A. RGB value is (124,24,58). Sum of RGB (Red+Green+Blue) = 124+24+58=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C183A is #83E7C5. Grayscale: #393939. Windows color (decimal): -8644550 or 3807356. OLE color: 3807356.

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

Color convert

RGB1242458-
CMYK00.810.530.51
HSL339.6º67.57%29.02%-
HSV(B)339.6º80.65%48.63%-
XYZ9.45.244.52-
YUV57.78128.13175.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.19%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=60.19%
G=11.65%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124245800.810.530.51339.667.5729.02
Hex7C183A0513533154441d
Octal17430720121656352410435
Binary11111001100011101001010001110101110011101010100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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