#76131a

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

Shades of Red Berry #76131A

Tints of Red Berry #76131A

Color information

#76131A (or 0x76131A) is unknown color: approx Red Berry. HEX triplet: 76, 13 and 1A. RGB value is (118,19,26). Sum of RGB (Red+Green+Blue) = 118+19+26=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76131A is #89ECE5. Grayscale: #313131. Windows color (decimal): -9039078 or 1708918. OLE color: 1708918.

HSL color Cylindrical-coordinate representation of color #76131A: hue angle of 355.76º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76131A is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1181926-
CMYK00.840.780.54
HSL355.76º72.26%26.86%-
HSV(B)355.76º83.9%46.27%-
XYZ7.894.391.41-
YUV49.4114.8176.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.39%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=72.39%
G=11.66%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118192600.840.780.54355.7672.2626.86
Hex76131A0544E36164481b
Octal166233201241166654411033
Binary11101101001111010010101001001110110110101100100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76131a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76131a; }

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

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

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

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

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

<style>
 span { border-color: #76131a; }

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

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