#761c38

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

Shades of Claret #761C38

Tints of Claret #761C38

Color information

#761C38 (or 0x761C38) is unknown color: approx Claret. HEX triplet: 76, 1C and 38. RGB value is (118,28,56). Sum of RGB (Red+Green+Blue) = 118+28+56=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #761C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C38 is #89E3C7. Grayscale: #3A3A3A. Windows color (decimal): -9036744 or 3677302. OLE color: 3677302.

HSL color Cylindrical-coordinate representation of color #761C38: hue angle of 341.33º 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 #761C38 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1182856-
CMYK00.760.530.54
HSL341.33º61.64%28.63%-
HSV(B)341.33º76.27%46.27%-
XYZ8.64.974.25-
YUV58.1126.82170.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 56 (22.27% from 255) = 27.72%
R=58.42%
G=13.86%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118285600.760.530.54341.3361.6428.63
Hex761C3804C35361553e1d
Octal1663470011465665257635
Binary1110110111001110000100110011010111011010101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761c38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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