#731820

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

Shades of Red Berry #731820

Tints of Red Berry #731820

Color information

#731820 (or 0x731820) is unknown color: approx Red Berry. HEX triplet: 73, 18 and 20. RGB value is (115,24,32). Sum of RGB (Red+Green+Blue) = 115+24+32=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #731820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731820 is #8CE7DF. Grayscale: #343434. Windows color (decimal): -9234400 or 2103411. OLE color: 2103411.

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

Color convert

RGB1152432-
CMYK00.790.720.55
HSL354.73º65.47%27.25%-
HSV(B)354.73º79.13%45.1%-
XYZ7.664.41.81-
YUV52.12116.65172.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.25%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=67.25%
G=14.04%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115243200.790.720.55354.7365.4727.25
Hex73182004F4837163411b
Octal163304001171106754310133
Binary111001111000100000010011111001000110111101100011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731820; }

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

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

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

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

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

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

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

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