#731D28

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

Shades of Red Berry #731D28

Tints of Red Berry #731D28

Color information

#731D28 (or 0x731D28) is unknown color: approx Red Berry. HEX triplet: 73, 1D and 28. RGB value is (115,29,40). Sum of RGB (Red+Green+Blue) = 115+29+40=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #731D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D28 is #8CE2D7. Grayscale: #383838. Windows color (decimal): -9233112 or 2628979. OLE color: 2628979.

HSL color Cylindrical-coordinate representation of color #731D28: hue angle of 352.33º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D28 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1152940-
CMYK00.750.650.55
HSL352.33º59.72%28.24%-
HSV(B)352.33º74.78%45.1%-
XYZ7.894.682.49-
YUV55.97118.99170.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 29 (11.72% from 255) = 15.76%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=62.5%
G=15.76%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115294000.750.650.55352.3359.7228.24
Hex731D2804B41371603c1c
Octal16335500113101675407434
Binary11100111110110100001001011100000111011110110000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731D28; }

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

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

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

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

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

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

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

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