#731520

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

Shades of Red Berry #731520

Tints of Red Berry #731520

Color information

#731520 (or 0x731520) is unknown color: approx Red Berry. HEX triplet: 73, 15 and 20. RGB value is (115,21,32). Sum of RGB (Red+Green+Blue) = 115+21+32=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #731520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731520 is #8CEADF. Grayscale: #323232. Windows color (decimal): -9235168 or 2102643. OLE color: 2102643.

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

Color convert

RGB1152132-
CMYK00.820.720.55
HSL352.98º69.12%26.67%-
HSV(B)352.98º81.74%45.1%-
XYZ7.64.291.79-
YUV50.36117.64174.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.45%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=68.45%
G=12.5%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115213200.820.720.55352.9869.1226.67
Hex7315200524837161451b
Octal163254001221106754110533
Binary111001110101100000010100101001000110111101100001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731520; }

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

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

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

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

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

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

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

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