#76111A

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

Shades of Red Berry #76111A

Tints of Red Berry #76111A

Color information

#76111A (or 0x76111A) is unknown color: approx Red Berry. HEX triplet: 76, 11 and 1A. RGB value is (118,17,26). Sum of RGB (Red+Green+Blue) = 118+17+26=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #76111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76111A is #89EEE5. Grayscale: #303030. Windows color (decimal): -9039590 or 1708406. OLE color: 1708406.

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

Color convert

RGB1181726-
CMYK00.860.780.54
HSL354.65º74.81%26.47%-
HSV(B)354.65º85.59%46.27%-
XYZ7.864.331.4-
YUV48.22115.46177.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.29%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=73.29%
G=10.56%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118172600.860.780.54354.6574.8126.47
Hex76111A0564E361634b1a
Octal166213201261166654311332
Binary11101101000111010010101101001110110110101100011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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