#7B1221

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

Shades of Red Berry #7B1221

Tints of Red Berry #7B1221

Color information

#7B1221 (or 0x7B1221) is unknown color: approx Red Berry. HEX triplet: 7B, 12 and 21. RGB value is (123,18,33). Sum of RGB (Red+Green+Blue) = 123+18+33=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1221 is #84EDDE. Grayscale: #333333. Windows color (decimal): -8711647 or 2167419. OLE color: 2167419.

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

Color convert

RGB1231833-
CMYK00.850.730.52
HSL351.43º74.47%27.65%-
HSV(B)351.43º85.37%48.24%-
XYZ8.664.751.9-
YUV51.1117.79179.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 70.69%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=70.69%
G=10.34%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123183300.850.730.52351.4374.4727.65
Hex7B1221055493415f4a1c
Octal173224101251116453711234
Binary111101110010100001010101011001001110100101011111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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