#731F2B

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

Shades of Red Berry #731F2B

Tints of Red Berry #731F2B

Color information

#731F2B (or 0x731F2B) is unknown color: approx Red Berry. HEX triplet: 73, 1F and 2B. RGB value is (115,31,43). Sum of RGB (Red+Green+Blue) = 115+31+43=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #731F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F2B is #8CE0D4. Grayscale: #393939. Windows color (decimal): -9232597 or 2826099. OLE color: 2826099.

HSL color Cylindrical-coordinate representation of color #731F2B: hue angle of 351.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F2B is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1153143-
CMYK00.730.630.55
HSL351.43º57.53%28.63%-
HSV(B)351.43º73.04%45.1%-
XYZ84.82.79-
YUV57.48119.83169.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 31 (12.5% from 255) = 16.40%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=60.85%
G=16.40%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115314300.730.630.55351.4357.5328.63
Hex731F2B0493F3715f3a1d
Octal1633753011177675377235
Binary1110011111111010110100100111111111011110101111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,31,43); }

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

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

 a { background-color: rgb(115,31,43); }

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

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

 span { border-color: rgb(115,31,43); }

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