#731D20

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

Shades of Red Berry #731D20

Tints of Red Berry #731D20

Color information

#731D20 (or 0x731D20) is unknown color: approx Red Berry. HEX triplet: 73, 1D and 20. RGB value is (115,29,32). Sum of RGB (Red+Green+Blue) = 115+29+32=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #731D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D20 is #8CE2DF. Grayscale: #373737. Windows color (decimal): -9233120 or 2104691. OLE color: 2104691.

HSL color Cylindrical-coordinate representation of color #731D20: hue angle of 357.91º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D20 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1152932-
CMYK00.750.720.55
HSL357.91º59.72%28.24%-
HSV(B)357.91º74.78%45.1%-
XYZ7.774.631.85-
YUV55.06114.99170.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=65.34%
G=16.48%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115293200.750.720.55357.9159.7228.24
Hex731D2004B48371663c1c
Octal16335400113110675467434
Binary11100111110110000001001011100100011011110110011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731D20; }

 p { color: rgb(115,29,32); }

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

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

 a { background-color: rgb(115,29,32); }

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

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

 span { border-color: rgb(115,29,32); }

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