#731618

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

Shades of Red Berry #731618

Tints of Red Berry #731618

Color information

#731618 (or 0x731618) is unknown color: approx Red Berry. HEX triplet: 73, 16 and 18. RGB value is (115,22,24). Sum of RGB (Red+Green+Blue) = 115+22+24=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #731618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731618 is #8CE9E7. Grayscale: #323232. Windows color (decimal): -9234920 or 1578611. OLE color: 1578611.

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

Color convert

RGB1152224-
CMYK00.810.790.55
HSL358.71º67.88%26.86%-
HSV(B)358.71º80.87%45.1%-
XYZ7.524.281.29-
YUV50.04113.31174.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.43%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=71.43%
G=13.66%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115222400.810.790.55358.7167.8826.86
Hex7316180514F37167441b
Octal163263001211176754710433
Binary11100111011011000010100011001111110111101100111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731618; }

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

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

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

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

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

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

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

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