#7B131E

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

Shades of Red Berry #7B131E

Tints of Red Berry #7B131E

Color information

#7B131E (or 0x7B131E) is unknown color: approx Red Berry. HEX triplet: 7B, 13 and 1E. RGB value is (123,19,30). Sum of RGB (Red+Green+Blue) = 123+19+30=172 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.51% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 123 - color contains mainly: red. Hex color #7B131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B131E is #84ECE1. Grayscale: #333333. Windows color (decimal): -8711394 or 1971067. OLE color: 1971067.

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

Color convert

RGB1231930-
CMYK00.850.760.52
HSL353.65º73.24%27.84%-
HSV(B)353.65º84.55%48.24%-
XYZ8.644.771.69-
YUV51.35115.96179.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.51%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=71.51%
G=11.05%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123193000.850.760.52353.6573.2427.84
Hex7B131E0554C34162491c
Octal173233601251146454211134
Binary11110111001111110010101011001100110100101100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,19,30); }

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

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

 a { background-color: rgb(123,19,30); }

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

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

 span { border-color: rgb(123,19,30); }

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