#7C1835

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

Shades of Claret #7C1835

Tints of Claret #7C1835

Color information

#7C1835 (or 0x7C1835) is unknown color: approx Claret. HEX triplet: 7C, 18 and 35. RGB value is (124,24,53). Sum of RGB (Red+Green+Blue) = 124+24+53=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1835 is #83E7CA. Grayscale: #393939. Windows color (decimal): -8644555 or 3479676. OLE color: 3479676.

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

Color convert

RGB1242453-
CMYK00.810.570.51
HSL342.6º67.57%29.02%-
HSV(B)342.6º80.65%48.63%-
XYZ9.285.23.88-
YUV57.21125.63175.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.69%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=61.69%
G=11.94%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124245300.810.570.51342.667.5729.02
Hex7C18350513933157441d
Octal17430650121716352710435
Binary11111001100011010101010001111001110011101010111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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