#7B1316

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

Shades of Red Berry #7B1316

Tints of Red Berry #7B1316

Color information

#7B1316 (or 0x7B1316) is unknown color: approx Red Berry. HEX triplet: 7B, 13 and 16. RGB value is (123,19,22). Sum of RGB (Red+Green+Blue) = 123+19+22=164 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1316 is #84ECE9. Grayscale: #323232. Windows color (decimal): -8711402 or 1446779. OLE color: 1446779.

HSL color Cylindrical-coordinate representation of color #7B1316: hue angle of 358.27º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1316 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB1231922-
CMYK00.850.820.52
HSL358.27º73.24%27.84%-
HSV(B)358.27º84.55%48.24%-
XYZ8.554.731.22-
YUV50.44111.96179.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 75%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=75%
G=11.59%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123192200.850.820.52358.2773.2427.84
Hex7B13160555234166491c
Octal173232601251226454611134
Binary11110111001110110010101011010010110100101100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,19,22); }

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

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

 a { background-color: rgb(123,19,22); }

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

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

 span { border-color: rgb(123,19,22); }

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