#731117

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

Shades of Red Berry #731117

Tints of Red Berry #731117

Color information

#731117 (or 0x731117) is unknown color: approx Red Berry. HEX triplet: 73, 11 and 17. RGB value is (115,17,23). Sum of RGB (Red+Green+Blue) = 115+17+23=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #731117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731117 is #8CEEE8. Grayscale: #2F2F2F. Windows color (decimal): -9236201 or 1511795. OLE color: 1511795.

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

Color convert

RGB1151723-
CMYK00.850.800.55
HSL356.33º74.24%25.88%-
HSV(B)356.33º85.22%45.1%-
XYZ7.434.111.21-
YUV46.99114.47176.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.19%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=74.19%
G=10.97%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115172300.850.800.55356.3374.2425.88
Hex73111705550371644a1a
Octal163212701251206754411232
Binary11100111000110111010101011010000110111101100100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731117; }

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

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

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

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

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

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

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

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