#7B1519

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

Shades of Red Berry #7B1519

Tints of Red Berry #7B1519

Color information

#7B1519 (or 0x7B1519) is unknown color: approx Red Berry. HEX triplet: 7B, 15 and 19. RGB value is (123,21,25). Sum of RGB (Red+Green+Blue) = 123+21+25=169 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.78% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1519 is #84EAE6. Grayscale: #343434. Windows color (decimal): -8710887 or 1643899. OLE color: 1643899.

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

Color convert

RGB1232125-
CMYK00.830.800.52
HSL357.65º70.83%28.24%-
HSV(B)357.65º82.93%48.24%-
XYZ8.614.821.4-
YUV51.95112.79178.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 72.78%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=72.78%
G=12.43%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123212500.830.800.52357.6570.8328.24
Hex7B15190535034166471c
Octal173253101231206454610734
Binary11110111010111001010100111010000110100101100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,21,25); }

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

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

 a { background-color: rgb(123,21,25); }

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

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

 span { border-color: rgb(123,21,25); }

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