#761C36

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

Shades of Claret #761C36

Tints of Claret #761C36

Color information

#761C36 (or 0x761C36) is unknown color: approx Claret. HEX triplet: 76, 1C and 36. RGB value is (118,28,54). Sum of RGB (Red+Green+Blue) = 118+28+54=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #761C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C36 is #89E3C9. Grayscale: #393939. Windows color (decimal): -9036746 or 3546230. OLE color: 3546230.

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

Color convert

RGB1182854-
CMYK00.760.540.54
HSL342.67º61.64%28.63%-
HSV(B)342.67º76.27%46.27%-
XYZ8.554.953.99-
YUV57.87125.82170.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 28 (11.33% from 255) = 14%
BLUE value IS 54 (21.48% from 255) = 27%
R=59%
G=14%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118285400.760.540.54342.6761.6428.63
Hex761C3604C36361573e1d
Octal1663466011466665277635
Binary1110110111001101100100110011011011011010101011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,28,54); }

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

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

 a { background-color: rgb(118,28,54); }

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

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

 span { border-color: rgb(118,28,54); }

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