#731526

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

Shades of Red Berry #731526

Tints of Red Berry #731526

Color information

#731526 (or 0x731526) is unknown color: approx Red Berry. HEX triplet: 73, 15 and 26. RGB value is (115,21,38). Sum of RGB (Red+Green+Blue) = 115+21+38=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #731526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731526 is #8CEAD9. Grayscale: #333333. Windows color (decimal): -9235162 or 2495859. OLE color: 2495859.

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

Color convert

RGB1152138-
CMYK00.820.670.55
HSL349.15º69.12%26.67%-
HSV(B)349.15º81.74%45.1%-
XYZ7.694.322.26-
YUV51.04120.64173.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.09%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=66.09%
G=12.07%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115213800.820.670.55349.1569.1226.67
Hex731526052433715d451b
Octal163254601221036753510533
Binary111001110101100110010100101000011110111101011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731526; }

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

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

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

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

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

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

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

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