#761F37

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

Shades of Claret #761F37

Tints of Claret #761F37

Color information

#761F37 (or 0x761F37) is unknown color: approx Claret. HEX triplet: 76, 1F and 37. RGB value is (118,31,55). Sum of RGB (Red+Green+Blue) = 118+31+55=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #761F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F37 is #89E0C8. Grayscale: #3B3B3B. Windows color (decimal): -9035977 or 3612534. OLE color: 3612534.

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

Color convert

RGB1183155-
CMYK00.740.530.54
HSL343.45º58.39%29.22%-
HSV(B)343.45º73.73%46.27%-
XYZ8.655.114.14-
YUV59.75125.32169.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 31 (12.5% from 255) = 15.20%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=57.84%
G=15.20%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118315500.740.530.54343.4558.3929.22
Hex761F3704A35361573a1d
Octal1663767011265665277235
Binary1110110111111101110100101011010111011010101011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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