#731328

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

Shades of Red Berry #731328

Tints of Red Berry #731328

Color information

#731328 (or 0x731328) is unknown color: approx Red Berry. HEX triplet: 73, 13 and 28. RGB value is (115,19,40). Sum of RGB (Red+Green+Blue) = 115+19+40=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #731328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731328 is #8CECD7. Grayscale: #323232. Windows color (decimal): -9235672 or 2626419. OLE color: 2626419.

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

Color convert

RGB1151940-
CMYK00.830.650.55
HSL346.88º71.64%26.27%-
HSV(B)346.88º83.48%45.1%-
XYZ7.694.262.43-
YUV50.1122.3174.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.09%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=66.09%
G=10.92%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115194000.830.650.55346.8871.6426.27
Hex731328053413715b481a
Octal163235001231016753311032
Binary111001110011101000010100111000001110111101011011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731328; }

 p { color: rgb(115,19,40); }

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

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

 a { background-color: rgb(115,19,40); }

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

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

 span { border-color: rgb(115,19,40); }

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