#731522

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

Shades of Red Berry #731522

Tints of Red Berry #731522

Color information

#731522 (or 0x731522) is unknown color: approx Red Berry. HEX triplet: 73, 15 and 22. RGB value is (115,21,34). Sum of RGB (Red+Green+Blue) = 115+21+34=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #731522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731522 is #8CEADD. Grayscale: #323232. Windows color (decimal): -9235166 or 2233715. OLE color: 2233715.

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

Color convert

RGB1152134-
CMYK00.820.700.55
HSL351.7º69.12%26.67%-
HSV(B)351.7º81.74%45.1%-
XYZ7.634.31.94-
YUV50.59118.64173.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.65%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 34 (13.67% from 255) = 20%
R=67.65%
G=12.35%
B=20%

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
Decimal115213400.820.700.55351.769.1226.67
Hex7315220524637160451b
Octal163254201221066754010533
Binary111001110101100010010100101000110110111101100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731522; }

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

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

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

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

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

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

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

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