#7B1518

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

Shades of Red Berry #7B1518

Tints of Red Berry #7B1518

Color information

#7B1518 (or 0x7B1518) is unknown color: approx Red Berry. HEX triplet: 7B, 15 and 18. RGB value is (123,21,24). Sum of RGB (Red+Green+Blue) = 123+21+24=168 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.21% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1518 is #84EAE7. Grayscale: #333333. Windows color (decimal): -8710888 or 1578363. OLE color: 1578363.

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

Color convert

RGB1232124-
CMYK00.830.800.52
HSL358.24º70.83%28.24%-
HSV(B)358.24º82.93%48.24%-
XYZ8.64.811.34-
YUV51.84112.29178.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 73.21%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 24 (9.77% from 255) = 14.29%
R=73.21%
G=12.5%
B=14.29%

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
Decimal123212400.830.800.52358.2470.8328.24
Hex7B15180535034166471c
Octal173253001231206454610734
Binary11110111010111000010100111010000110100101100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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