#731619

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

Shades of Red Berry #731619

Tints of Red Berry #731619

Color information

#731619 (or 0x731619) is unknown color: approx Red Berry. HEX triplet: 73, 16 and 19. RGB value is (115,22,25). Sum of RGB (Red+Green+Blue) = 115+22+25=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #731619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731619 is #8CE9E6. Grayscale: #323232. Windows color (decimal): -9234919 or 1644147. OLE color: 1644147.

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

Color convert

RGB1152225-
CMYK00.810.780.55
HSL358.06º67.88%26.86%-
HSV(B)358.06º80.87%45.1%-
XYZ7.534.291.35-
YUV50.15113.81174.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.99%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=70.99%
G=13.58%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115222500.810.780.55358.0667.8826.86
Hex7316190514E37166441b
Octal163263101211166754610433
Binary11100111011011001010100011001110110111101100110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731619; }

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

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

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

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

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

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

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

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