#731C29

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

Shades of Red Berry #731C29

Tints of Red Berry #731C29

Color information

#731C29 (or 0x731C29) is unknown color: approx Red Berry. HEX triplet: 73, 1C and 29. RGB value is (115,28,41). Sum of RGB (Red+Green+Blue) = 115+28+41=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #731C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C29 is #8CE3D6. Grayscale: #373737. Windows color (decimal): -9233367 or 2694259. OLE color: 2694259.

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

Color convert

RGB1152841-
CMYK00.760.640.55
HSL351.03º60.84%28.04%-
HSV(B)351.03º75.65%45.1%-
XYZ7.894.642.58-
YUV55.5119.82170.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=62.5%
G=15.22%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115284100.760.640.55351.0360.8428.04
Hex731C2904C403715f3d1c
Octal16334510114100675377534
Binary11100111110010100101001100100000011011110101111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,28,41); }

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

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

 a { background-color: rgb(115,28,41); }

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

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

 span { border-color: rgb(115,28,41); }

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