#7B1220

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

Shades of Red Berry #7B1220

Tints of Red Berry #7B1220

Color information

#7B1220 (or 0x7B1220) is unknown color: approx Red Berry. HEX triplet: 7B, 12 and 20. RGB value is (123,18,32). Sum of RGB (Red+Green+Blue) = 123+18+32=173 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.10% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1220 is #84EDDF. Grayscale: #333333. Windows color (decimal): -8711648 or 2101883. OLE color: 2101883.

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

Color convert

RGB1231832-
CMYK00.850.740.52
HSL352º74.47%27.65%-
HSV(B)352º85.37%48.24%-
XYZ8.654.751.83-
YUV50.99117.29179.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.10%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=71.10%
G=10.40%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123183200.850.740.5235274.4727.65
Hex7B12200554A341604a1c
Octal173224001251126454011234
Binary111101110010100000010101011001010110100101100000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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