#761939

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

Shades of Claret #761939

Tints of Claret #761939

Color information

#761939 (or 0x761939) is unknown color: approx Claret. HEX triplet: 76, 19 and 39. RGB value is (118,25,57). Sum of RGB (Red+Green+Blue) = 118+25+57=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #761939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761939 is #89E6C6. Grayscale: #383838. Windows color (decimal): -9037511 or 3742070. OLE color: 3742070.

HSL color Cylindrical-coordinate representation of color #761939: hue angle of 339.35º 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 #761939 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1182557-
CMYK00.790.520.54
HSL339.35º65.03%28.04%-
HSV(B)339.35º78.81%46.27%-
XYZ8.564.844.35-
YUV56.45128.31171.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 57 (22.66% from 255) = 28.5%
R=59%
G=12.5%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118255700.790.520.54339.3565.0328.04
Hex76193904F3436153411c
Octal16631710117646652310134
Binary11101101100111100101001111110100110110101010011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761939; }

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

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

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

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

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

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

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

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