#76192C

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

Shades of Red Berry #76192C

Tints of Red Berry #76192C

Color information

#76192C (or 0x76192C) is unknown color: approx Red Berry. HEX triplet: 76, 19 and 2C. RGB value is (118,25,44). Sum of RGB (Red+Green+Blue) = 118+25+44=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76192C is #89E6D3. Grayscale: #363636. Windows color (decimal): -9037524 or 2890102. OLE color: 2890102.

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

Color convert

RGB1182544-
CMYK00.790.630.54
HSL347.74º65.03%28.04%-
HSV(B)347.74º78.81%46.27%-
XYZ8.274.732.86-
YUV54.97121.81172.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=63.10%
G=13.37%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118254400.790.630.54347.7465.0328.04
Hex76192C04F3F3615c411c
Octal16631540117776653410134
Binary11101101100110110001001111111111110110101011100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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