#731112

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

Shades of Red Berry #731112

Tints of Red Berry #731112

Color information

#731112 (or 0x731112) is unknown color: approx Red Berry. HEX triplet: 73, 11 and 12. RGB value is (115,17,18). Sum of RGB (Red+Green+Blue) = 115+17+18=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #731112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731112 is #8CEEED. Grayscale: #2E2E2E. Windows color (decimal): -9236206 or 1184115. OLE color: 1184115.

HSL color Cylindrical-coordinate representation of color #731112: hue angle of 359.39º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731112 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1151718-
CMYK00.850.840.55
HSL359.39º74.24%25.88%-
HSV(B)359.39º85.22%45.1%-
XYZ7.384.090.97-
YUV46.42111.97176.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.67%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 18 (7.42% from 255) = 12%
R=76.67%
G=11.33%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115171800.850.840.55359.3974.2425.88
Hex73111205554371674a1a
Octal163212201251246754711232
Binary11100111000110010010101011010100110111101100111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731112; }

 p { color: rgb(115,17,18); }

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

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

 a { background-color: rgb(115,17,18); }

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

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

 span { border-color: rgb(115,17,18); }

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