#731216

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

Shades of Red Berry #731216

Tints of Red Berry #731216

Color information

#731216 (or 0x731216) is unknown color: approx Red Berry. HEX triplet: 73, 12 and 16. RGB value is (115,18,22). Sum of RGB (Red+Green+Blue) = 115+18+22=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #731216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731216 is #8CEDE9. Grayscale: #2F2F2F. Windows color (decimal): -9235946 or 1446515. OLE color: 1446515.

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

Color convert

RGB1151822-
CMYK00.840.810.55
HSL357.53º72.93%26.08%-
HSV(B)357.53º84.35%45.1%-
XYZ7.434.141.17-
YUV47.46113.64176.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.19%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=74.19%
G=11.61%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115182200.840.810.55357.5372.9326.08
Hex7312160545137166491a
Octal163222601241216754611132
Binary11100111001010110010101001010001110111101100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731216; }

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

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

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

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

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

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

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

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