#76191E

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

Shades of Red Berry #76191E

Tints of Red Berry #76191E

Color information

#76191E (or 0x76191E) is unknown color: approx Red Berry. HEX triplet: 76, 19 and 1E. RGB value is (118,25,30). Sum of RGB (Red+Green+Blue) = 118+25+30=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #76191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76191E is #89E6E1. Grayscale: #353535. Windows color (decimal): -9037538 or 1972598. OLE color: 1972598.

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

Color convert

RGB1182530-
CMYK00.790.750.54
HSL356.77º65.03%28.04%-
HSV(B)356.77º78.81%46.27%-
XYZ8.054.641.7-
YUV53.38114.81174.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=68.21%
G=14.45%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118253000.790.750.54356.7765.0328.04
Hex76191E04F4B36165411c
Octal166313601171136654510134
Binary11101101100111110010011111001011110110101100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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