#761931

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

Shades of Claret #761931

Tints of Claret #761931

Color information

#761931 (or 0x761931) is unknown color: approx Claret. HEX triplet: 76, 19 and 31. RGB value is (118,25,49). Sum of RGB (Red+Green+Blue) = 118+25+49=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761931 is #89E6CE. Grayscale: #373737. Windows color (decimal): -9037519 or 3217782. OLE color: 3217782.

HSL color Cylindrical-coordinate representation of color #761931: hue angle of 344.52º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761931 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1182549-
CMYK00.790.580.54
HSL344.52º65.03%28.04%-
HSV(B)344.52º78.81%46.27%-
XYZ8.374.773.38-
YUV55.54124.31172.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 49 (19.53% from 255) = 25.52%
R=61.46%
G=13.02%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118254900.790.580.54344.5265.0328.04
Hex76193104F3A36159411c
Octal16631610117726653110134
Binary11101101100111000101001111111010110110101011001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761931; }

 p { color: rgb(118,25,49); }

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

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

 a { background-color: rgb(118,25,49); }

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

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

 span { border-color: rgb(118,25,49); }

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