#76192E

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

Shades of Claret #76192E

Tints of Claret #76192E

Color information

#76192E (or 0x76192E) is unknown color: approx Claret. HEX triplet: 76, 19 and 2E. RGB value is (118,25,46). Sum of RGB (Red+Green+Blue) = 118+25+46=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #76192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76192E is #89E6D1. Grayscale: #373737. Windows color (decimal): -9037522 or 3021174. OLE color: 3021174.

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

Color convert

RGB1182546-
CMYK00.790.610.54
HSL346.45º65.03%28.04%-
HSV(B)346.45º78.81%46.27%-
XYZ8.314.743.06-
YUV55.2122.81172.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.43%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=62.43%
G=13.23%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118254600.790.610.54346.4565.0328.04
Hex76192E04F3D3615a411c
Octal16631560117756653210134
Binary11101101100110111001001111111101110110101011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76192E; }

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

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

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

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

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

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

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

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