#7B181C

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

Shades of Red Berry #7B181C

Tints of Red Berry #7B181C

Color information

#7B181C (or 0x7B181C) is unknown color: approx Red Berry. HEX triplet: 7B, 18 and 1C. RGB value is (123,24,28). Sum of RGB (Red+Green+Blue) = 123+24+28=175 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 123 - color contains mainly: red. Hex color #7B181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B181C is #84E7E3. Grayscale: #363636. Windows color (decimal): -8710116 or 1841275. OLE color: 1841275.

HSL color Cylindrical-coordinate representation of color #7B181C: hue angle of 357.58º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B181C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1232428-
CMYK00.800.770.52
HSL357.58º67.35%28.82%-
HSV(B)357.58º80.49%48.24%-
XYZ8.74.951.59-
YUV54.06113.3177.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 70.29%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 28 (11.33% from 255) = 16%
R=70.29%
G=13.71%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123242800.800.770.52357.5867.3528.82
Hex7B181C0504D34166431d
Octal173303401201156454610335
Binary11110111100011100010100001001101110100101100110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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