#7B1215

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

Shades of Red Berry #7B1215

Tints of Red Berry #7B1215

Color information

#7B1215 (or 0x7B1215) is unknown color: approx Red Berry. HEX triplet: 7B, 12 and 15. RGB value is (123,18,21). Sum of RGB (Red+Green+Blue) = 123+18+21=162 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.93% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1215 is #84EDEA. Grayscale: #313131. Windows color (decimal): -8711659 or 1380987. OLE color: 1380987.

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

Color convert

RGB1231821-
CMYK00.850.830.52
HSL358.29º74.47%27.65%-
HSV(B)358.29º85.37%48.24%-
XYZ8.524.71.17-
YUV49.74111.79180.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 75.93%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=75.93%
G=11.11%
B=12.96%

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
Decimal123182100.850.830.52358.2974.4727.65
Hex7B121505553341664a1c
Octal173222501251236454611234
Binary11110111001010101010101011010011110100101100110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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