#731114

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

Shades of Red Berry #731114

Tints of Red Berry #731114

Color information

#731114 (or 0x731114) is unknown color: approx Red Berry. HEX triplet: 73, 11 and 14. RGB value is (115,17,20). Sum of RGB (Red+Green+Blue) = 115+17+20=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #731114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731114 is #8CEEEB. Grayscale: #2E2E2E. Windows color (decimal): -9236204 or 1315187. OLE color: 1315187.

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

Color convert

RGB1151720-
CMYK00.850.830.55
HSL358.16º74.24%25.88%-
HSV(B)358.16º85.22%45.1%-
XYZ7.44.11.06-
YUV46.64112.97176.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.66%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=75.66%
G=11.18%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115172000.850.830.55358.1674.2425.88
Hex73111405553371664a1a
Octal163212401251236754611232
Binary11100111000110100010101011010011110111101100110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731114; }

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

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

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

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

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

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

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

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