#761E39

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

Shades of Claret #761E39

Tints of Claret #761E39

Color information

#761E39 (or 0x761E39) is unknown color: approx Claret. HEX triplet: 76, 1E and 39. RGB value is (118,30,57). Sum of RGB (Red+Green+Blue) = 118+30+57=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #761E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E39 is #89E1C6. Grayscale: #3B3B3B. Windows color (decimal): -9036231 or 3743350. OLE color: 3743350.

HSL color Cylindrical-coordinate representation of color #761E39: hue angle of 341.59º degrees, saturation: 0.59, 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 #761E39 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1183057-
CMYK00.750.520.54
HSL341.59º59.46%29.02%-
HSV(B)341.59º74.58%46.27%-
XYZ8.675.084.39-
YUV59.39126.65169.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=57.56%
G=14.63%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118305700.750.520.54341.5959.4629.02
Hex761E3904B34361563b1d
Octal1663671011364665267335
Binary1110110111101110010100101111010011011010101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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