#731218

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

Shades of Red Berry #731218

Tints of Red Berry #731218

Color information

#731218 (or 0x731218) is unknown color: approx Red Berry. HEX triplet: 73, 12 and 18. RGB value is (115,18,24). Sum of RGB (Red+Green+Blue) = 115+18+24=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #731218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731218 is #8CEDE7. Grayscale: #2F2F2F. Windows color (decimal): -9235944 or 1577587. OLE color: 1577587.

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

Color convert

RGB1151824-
CMYK00.840.790.55
HSL356.29º72.93%26.08%-
HSV(B)356.29º84.35%45.1%-
XYZ7.454.141.27-
YUV47.69114.64176.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 73.25%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=73.25%
G=11.46%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115182400.840.790.55356.2972.9326.08
Hex7312180544F37164491a
Octal163223001241176754411132
Binary11100111001011000010101001001111110111101100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731218; }

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

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

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

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

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

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

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

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