#7B1315

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

Shades of Red Berry #7B1315

Tints of Red Berry #7B1315

Color information

#7B1315 (or 0x7B1315) is unknown color: approx Red Berry. HEX triplet: 7B, 13 and 15. RGB value is (123,19,21). Sum of RGB (Red+Green+Blue) = 123+19+21=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1315 is #84ECEA. Grayscale: #323232. Windows color (decimal): -8711403 or 1381243. OLE color: 1381243.

HSL color Cylindrical-coordinate representation of color #7B1315: hue angle of 358.85º 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 #7B1315 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB1231921-
CMYK00.850.830.52
HSL358.85º73.24%27.84%-
HSV(B)358.85º84.55%48.24%-
XYZ8.544.731.17-
YUV50.32111.46179.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 75.46%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=75.46%
G=11.66%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123192100.850.830.52358.8573.2427.84
Hex7B13150555334167491c
Octal173232501251236454711134
Binary11110111001110101010101011010011110100101100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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