#761C3B

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

Shades of Claret #761C3B

Tints of Claret #761C3B

Color information

#761C3B (or 0x761C3B) is unknown color: approx Claret. HEX triplet: 76, 1C and 3B. RGB value is (118,28,59). Sum of RGB (Red+Green+Blue) = 118+28+59=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #761C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C3B is #89E3C4. Grayscale: #3A3A3A. Windows color (decimal): -9036741 or 3873910. OLE color: 3873910.

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

Color convert

RGB1182859-
CMYK00.760.500.54
HSL339.33º61.64%28.63%-
HSV(B)339.33º76.27%46.27%-
XYZ8.6854.65-
YUV58.44128.32170.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=57.56%
G=13.66%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118285900.760.500.54339.3361.6428.63
Hex761C3B04C32361533e1d
Octal1663473011462665237635
Binary1110110111001110110100110011001011011010101001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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