#7B1C20

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

Shades of Red Berry #7B1C20

Tints of Red Berry #7B1C20

Color information

#7B1C20 (or 0x7B1C20) is unknown color: approx Red Berry. HEX triplet: 7B, 1C and 20. RGB value is (123,28,32). Sum of RGB (Red+Green+Blue) = 123+28+32=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1C20 is #84E3DF. Grayscale: #383838. Windows color (decimal): -8709088 or 2104443. OLE color: 2104443.

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

Color convert

RGB1232832-
CMYK00.770.740.52
HSL357.47º62.91%29.61%-
HSV(B)357.47º77.24%48.24%-
XYZ8.845.151.89-
YUV56.86113.97175.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 67.21%
GREEN value IS 28 (11.33% from 255) = 15.30%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=67.21%
G=15.30%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123283200.770.740.52357.4762.9129.61
Hex7B1C2004D4A341653f1e
Octal17334400115112645457736
Binary11110111110010000001001101100101011010010110010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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