#731929

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

Shades of Red Berry #731929

Tints of Red Berry #731929

Color information

#731929 (or 0x731929) is unknown color: approx Red Berry. HEX triplet: 73, 19 and 29. RGB value is (115,25,41). Sum of RGB (Red+Green+Blue) = 115+25+41=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #731929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731929 is #8CE6D6. Grayscale: #353535. Windows color (decimal): -9234135 or 2693491. OLE color: 2693491.

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

Color convert

RGB1152541-
CMYK00.780.640.55
HSL349.33º64.29%27.45%-
HSV(B)349.33º78.26%45.1%-
XYZ7.824.52.55-
YUV53.73120.82171.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.54%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=63.54%
G=13.81%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115254100.780.640.55349.3364.2927.45
Hex73192904E403715d401b
Octal163315101161006753510033
Binary111001111001101001010011101000000110111101011101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731929; }

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

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

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

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

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

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

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

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