#76191B

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

Shades of Red Berry #76191B

Tints of Red Berry #76191B

Color information

#76191B (or 0x76191B) is unknown color: approx Red Berry. HEX triplet: 76, 19 and 1B. RGB value is (118,25,27). Sum of RGB (Red+Green+Blue) = 118+25+27=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76191B is #89E6E4. Grayscale: #353535. Windows color (decimal): -9037541 or 1775990. OLE color: 1775990.

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

Color convert

RGB1182527-
CMYK00.790.770.54
HSL358.71º65.03%28.04%-
HSV(B)358.71º78.81%46.27%-
XYZ8.024.631.51-
YUV53.04113.31174.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 27 (10.94% from 255) = 15.88%
R=69.41%
G=14.71%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118252700.790.770.54358.7165.0328.04
Hex76191B04F4D36167411c
Octal166313301171156654710134
Binary11101101100111011010011111001101110110101100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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