#7D1735

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

Shades of Claret #7D1735

Tints of Claret #7D1735

Color information

#7D1735 (or 0x7D1735) is unknown color: approx Claret. HEX triplet: 7D, 17 and 35. RGB value is (125,23,53). Sum of RGB (Red+Green+Blue) = 125+23+53=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1735 is #82E8CA. Grayscale: #383838. Windows color (decimal): -8579275 or 3479421. OLE color: 3479421.

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

Color convert

RGB1252353-
CMYK00.820.580.51
HSL342.35º68.92%29.02%-
HSV(B)342.35º81.6%49.02%-
XYZ9.415.233.88-
YUV56.92125.79176.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 62.19%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=62.19%
G=11.44%
B=26.37%

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
Decimal125235300.820.580.51342.3568.9229.02
Hex7D17350523A33156451d
Octal17527650122726352610535
Binary11111011011111010101010010111010110011101010110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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