#731E2C

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

Shades of Red Berry #731E2C

Tints of Red Berry #731E2C

Color information

#731E2C (or 0x731E2C) is unknown color: approx Red Berry. HEX triplet: 73, 1E and 2C. RGB value is (115,30,44). Sum of RGB (Red+Green+Blue) = 115+30+44=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #731E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E2C is #8CE1D3. Grayscale: #393939. Windows color (decimal): -9232852 or 2891379. OLE color: 2891379.

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

Color convert

RGB1153044-
CMYK00.740.620.55
HSL350.12º58.62%28.43%-
HSV(B)350.12º73.91%45.1%-
XYZ7.994.762.88-
YUV57.01120.66169.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=60.85%
G=15.87%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115304400.740.620.55350.1258.6228.43
Hex731E2C04A3E3715e3b1c
Octal1633654011276675367334
Binary1110011111101011000100101011111011011110101111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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