#7B122B

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

Shades of Red Berry #7B122B

Tints of Red Berry #7B122B

Color information

#7B122B (or 0x7B122B) is unknown color: approx Red Berry. HEX triplet: 7B, 12 and 2B. RGB value is (123,18,43). Sum of RGB (Red+Green+Blue) = 123+18+43=184 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.85% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 123 - color contains mainly: red. Hex color #7B122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B122B is #84EDD4. Grayscale: #343434. Windows color (decimal): -8711637 or 2822779. OLE color: 2822779.

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

Color convert

RGB1231843-
CMYK00.850.650.52
HSL345.71º74.47%27.65%-
HSV(B)345.71º85.37%48.24%-
XYZ8.824.822.75-
YUV52.24122.79178.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 66.85%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=66.85%
G=9.78%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123184300.850.650.52345.7174.4727.65
Hex7B122B055413415a4a1c
Octal173225301251016453211234
Binary111101110010101011010101011000001110100101011010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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