#731113

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

Shades of Red Berry #731113

Tints of Red Berry #731113

Color information

#731113 (or 0x731113) is unknown color: approx Red Berry. HEX triplet: 73, 11 and 13. RGB value is (115,17,19). Sum of RGB (Red+Green+Blue) = 115+17+19=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #731113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731113 is #8CEEEC. Grayscale: #2E2E2E. Windows color (decimal): -9236205 or 1249651. OLE color: 1249651.

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

Color convert

RGB1151719-
CMYK00.850.830.55
HSL358.78º74.24%25.88%-
HSV(B)358.78º85.22%45.1%-
XYZ7.394.091.02-
YUV46.53112.47176.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.16%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=76.16%
G=11.26%
B=12.58%

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
Decimal115171900.850.830.55358.7874.2425.88
Hex73111305553371674a1a
Octal163212301251236754711232
Binary11100111000110011010101011010011110111101100111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731113; }

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

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

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

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

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

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

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

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