#7B141C

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

Shades of Red Berry #7B141C

Tints of Red Berry #7B141C

Color information

#7B141C (or 0x7B141C) is unknown color: approx Red Berry. HEX triplet: 7B, 14 and 1C. RGB value is (123,20,28). Sum of RGB (Red+Green+Blue) = 123+20+28=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B141C is #84EBE3. Grayscale: #333333. Windows color (decimal): -8711140 or 1840251. OLE color: 1840251.

HSL color Cylindrical-coordinate representation of color #7B141C: hue angle of 355.34º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B141C is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1232028-
CMYK00.840.770.52
HSL355.34º72.03%28.04%-
HSV(B)355.34º83.74%48.24%-
XYZ8.634.81.57-
YUV51.71114.62178.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.93%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=71.93%
G=11.70%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123202800.840.770.52355.3472.0328.04
Hex7B141C0544D34163481c
Octal173243401241156454311034
Binary11110111010011100010101001001101110100101100011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,20,28); }

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

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

 a { background-color: rgb(123,20,28); }

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

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

 span { border-color: rgb(123,20,28); }

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