#7B1218

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

Shades of Red Berry #7B1218

Tints of Red Berry #7B1218

Color information

#7B1218 (or 0x7B1218) is unknown color: approx Red Berry. HEX triplet: 7B, 12 and 18. RGB value is (123,18,24). Sum of RGB (Red+Green+Blue) = 123+18+24=165 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.55% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1218 is #84EDE7. Grayscale: #323232. Windows color (decimal): -8711656 or 1577595. OLE color: 1577595.

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

Color convert

RGB1231824-
CMYK00.850.800.52
HSL356.57º74.47%27.65%-
HSV(B)356.57º85.37%48.24%-
XYZ8.554.711.32-
YUV50.08113.29180.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 74.55%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 24 (9.77% from 255) = 14.55%
R=74.55%
G=10.91%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123182400.850.800.52356.5774.4727.65
Hex7B121805550341654a1c
Octal173223001251206454511234
Binary11110111001011000010101011010000110100101100101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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