#731B1C

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

Shades of Red Berry #731B1C

Tints of Red Berry #731B1C

Color information

#731B1C (or 0x731B1C) is unknown color: approx Red Berry. HEX triplet: 73, 1B and 1C. RGB value is (115,27,28). Sum of RGB (Red+Green+Blue) = 115+27+28=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #731B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731B1C is #8CE4E3. Grayscale: #353535. Windows color (decimal): -9233636 or 1842035. OLE color: 1842035.

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

Color convert

RGB1152728-
CMYK00.770.760.55
HSL359.32º61.97%27.84%-
HSV(B)359.32º76.52%45.1%-
XYZ7.674.511.57-
YUV53.43113.65171.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.65%
GREEN value IS 27 (10.94% from 255) = 15.88%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=67.65%
G=15.88%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115272800.770.760.55359.3261.9727.84
Hex731B1C04D4C371673e1c
Octal16333340115114675477634
Binary1110011110111110001001101100110011011110110011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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