#731523

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

Shades of Red Berry #731523

Tints of Red Berry #731523

Color information

#731523 (or 0x731523) is unknown color: approx Red Berry. HEX triplet: 73, 15 and 23. RGB value is (115,21,35). Sum of RGB (Red+Green+Blue) = 115+21+35=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #731523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731523 is #8CEADC. Grayscale: #323232. Windows color (decimal): -9235165 or 2299251. OLE color: 2299251.

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

Color convert

RGB1152135-
CMYK00.820.700.55
HSL351.06º69.12%26.67%-
HSV(B)351.06º81.74%45.1%-
XYZ7.644.32.02-
YUV50.7119.14173.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.25%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 35 (14.06% from 255) = 20.47%
R=67.25%
G=12.28%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115213500.820.700.55351.0669.1226.67
Hex731523052463715f451b
Octal163254301221066753710533
Binary111001110101100011010100101000110110111101011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731523; }

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

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

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

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

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

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

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

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