#731123

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

Shades of Red Berry #731123

Tints of Red Berry #731123

Color information

#731123 (or 0x731123) is unknown color: approx Red Berry. HEX triplet: 73, 11 and 23. RGB value is (115,17,35). Sum of RGB (Red+Green+Blue) = 115+17+35=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #731123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731123 is #8CEEDC. Grayscale: #303030. Windows color (decimal): -9236189 or 2298227. OLE color: 2298227.

HSL color Cylindrical-coordinate representation of color #731123: hue angle of 348.98º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731123 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1151735-
CMYK00.850.700.55
HSL348.98º74.24%25.88%-
HSV(B)348.98º85.22%45.1%-
XYZ7.574.172-
YUV48.35120.47175.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=68.86%
G=10.18%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115173500.850.700.55348.9874.2425.88
Hex731123055463715d4a1a
Octal163214301251066753511232
Binary111001110001100011010101011000110110111101011101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731123; }

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

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

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

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

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

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

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

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