#761D37

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

Shades of Claret #761D37

Tints of Claret #761D37

Color information

#761D37 (or 0x761D37) is unknown color: approx Claret. HEX triplet: 76, 1D and 37. RGB value is (118,29,55). Sum of RGB (Red+Green+Blue) = 118+29+55=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #761D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D37 is #89E2C8. Grayscale: #3A3A3A. Windows color (decimal): -9036489 or 3612022. OLE color: 3612022.

HSL color Cylindrical-coordinate representation of color #761D37: hue angle of 342.47º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761D37 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1182955-
CMYK00.750.530.54
HSL342.47º60.54%28.82%-
HSV(B)342.47º75.42%46.27%-
XYZ8.65.014.13-
YUV58.58125.99170.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 29 (11.72% from 255) = 14.36%
BLUE value IS 55 (21.88% from 255) = 27.23%
R=58.42%
G=14.36%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118295500.750.530.54342.4760.5428.82
Hex761D3704B35361563d1d
Octal1663567011365665267535
Binary1110110111011101110100101111010111011010101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761D37; }

 p { color: rgb(118,29,55); }

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

<style>
 a { background-color: #761D37; }

 a { background-color: rgb(118,29,55); }

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

<style>
 span { border-color: #761D37; }

 span { border-color: rgb(118,29,55); }

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