#7B1114

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

Shades of Red Berry #7B1114

Tints of Red Berry #7B1114

Color information

#7B1114 (or 0x7B1114) is unknown color: approx Red Berry. HEX triplet: 7B, 11 and 14. RGB value is (123,17,20). Sum of RGB (Red+Green+Blue) = 123+17+20=160 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.88% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1114 is #84EEEB. Grayscale: #313131. Windows color (decimal): -8711916 or 1315195. OLE color: 1315195.

HSL color Cylindrical-coordinate representation of color #7B1114: hue angle of 358.3º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1114 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB1231720-
CMYK00.860.840.52
HSL358.3º75.71%27.45%-
HSV(B)358.3º86.18%48.24%-
XYZ8.54.661.11-
YUV49.04111.62180.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 76.88%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 20 (8.20% from 255) = 12.5%
R=76.88%
G=10.62%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123172000.860.840.52358.375.7127.45
Hex7B111405654341664c1b
Octal173212401261246454611433
Binary11110111000110100010101101010100110100101100110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B1114; }

 p { color: rgb(123,17,20); }

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

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

 a { background-color: rgb(123,17,20); }

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

<style>
 span { border-color: #7B1114; }

 span { border-color: rgb(123,17,20); }

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