#76191A

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

Shades of Red Berry #76191A

Tints of Red Berry #76191A

Color information

#76191A (or 0x76191A) is unknown color: approx Red Berry. HEX triplet: 76, 19 and 1A. RGB value is (118,25,26). Sum of RGB (Red+Green+Blue) = 118+25+26=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76191A is #89E6E5. Grayscale: #353535. Windows color (decimal): -9037542 or 1710454. OLE color: 1710454.

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

Color convert

RGB1182526-
CMYK00.790.780.54
HSL359.35º65.03%28.04%-
HSV(B)359.35º78.81%46.27%-
XYZ8.014.621.45-
YUV52.92112.81174.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=69.82%
G=14.79%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118252600.790.780.54359.3565.0328.04
Hex76191A04F4E36167411c
Octal166313201171166654710134
Binary11101101100111010010011111001110110110101100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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