#7E1735

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

Shades of Claret #7E1735

Tints of Claret #7E1735

Color information

#7E1735 (or 0x7E1735) is unknown color: approx Claret. HEX triplet: 7E, 17 and 35. RGB value is (126,23,53). Sum of RGB (Red+Green+Blue) = 126+23+53=202 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.38% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1735 is #81E8CA. Grayscale: #393939. Windows color (decimal): -8513739 or 3479422. OLE color: 3479422.

HSL color Cylindrical-coordinate representation of color #7E1735: hue angle of 342.52º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1735 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB1262353-
CMYK00.820.580.51
HSL342.52º69.13%29.22%-
HSV(B)342.52º81.75%49.41%-
XYZ9.555.313.89-
YUV57.22125.62177.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 62.38%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=62.38%
G=11.39%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126235300.820.580.51342.5269.1329.22
Hex7E17350523A33157451d
Octal17627650122726352710535
Binary11111101011111010101010010111010110011101010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,23,53); }

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

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

 a { background-color: rgb(126,23,53); }

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

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

 span { border-color: rgb(126,23,53); }

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