#731D1E

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

Shades of Red Berry #731D1E

Tints of Red Berry #731D1E

Color information

#731D1E (or 0x731D1E) is unknown color: approx Red Berry. HEX triplet: 73, 1D and 1E. RGB value is (115,29,30). Sum of RGB (Red+Green+Blue) = 115+29+30=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #731D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D1E is #8CE2E1. Grayscale: #363636. Windows color (decimal): -9233122 or 1973619. OLE color: 1973619.

HSL color Cylindrical-coordinate representation of color #731D1E: hue angle of 359.3º 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 #731D1E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1152930-
CMYK00.750.740.55
HSL359.3º59.72%28.24%-
HSV(B)359.3º74.78%45.1%-
XYZ7.744.621.71-
YUV54.83113.99170.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.09%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=66.09%
G=16.67%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115293000.750.740.55359.359.7228.24
Hex731D1E04B4A371673c1c
Octal16335360113112675477434
Binary1110011111011111001001011100101011011110110011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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