#7B121E

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

Shades of Red Berry #7B121E

Tints of Red Berry #7B121E

Color information

#7B121E (or 0x7B121E) is unknown color: approx Red Berry. HEX triplet: 7B, 12 and 1E. RGB value is (123,18,30). Sum of RGB (Red+Green+Blue) = 123+18+30=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B121E is #84EDE1. Grayscale: #323232. Windows color (decimal): -8711650 or 1970811. OLE color: 1970811.

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

Color convert

RGB1231830-
CMYK00.850.760.52
HSL353.14º74.47%27.65%-
HSV(B)353.14º85.37%48.24%-
XYZ8.624.741.69-
YUV50.76116.29179.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.93%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=71.93%
G=10.53%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123183000.850.760.52353.1474.4727.65
Hex7B121E0554C341614a1c
Octal173223601251146454111234
Binary11110111001011110010101011001100110100101100001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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