#7C132E

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

Shades of Claret #7C132E

Tints of Claret #7C132E

Color information

#7C132E (or 0x7C132E) is unknown color: approx Claret. HEX triplet: 7C, 13 and 2E. RGB value is (124,19,46). Sum of RGB (Red+Green+Blue) = 124+19+46=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C132E is #83ECD1. Grayscale: #353535. Windows color (decimal): -8645842 or 3019644. OLE color: 3019644.

HSL color Cylindrical-coordinate representation of color #7C132E: hue angle of 344.57º degrees, saturation: 0.73, 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 #7C132E is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB1241946-
CMYK00.850.630.51
HSL344.57º73.43%28.04%-
HSV(B)344.57º84.68%48.63%-
XYZ9.044.953.06-
YUV53.47123.79178.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.61%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=65.61%
G=10.05%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124194600.850.630.51344.5773.4328.04
Hex7C132E0553F33159491c
Octal17423560125776353111134
Binary11111001001110111001010101111111110011101011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,19,46); }

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

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

 a { background-color: rgb(124,19,46); }

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

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

 span { border-color: rgb(124,19,46); }

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