#731F28

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

Shades of Red Berry #731F28

Tints of Red Berry #731F28

Color information

#731F28 (or 0x731F28) is unknown color: approx Red Berry. HEX triplet: 73, 1F and 28. RGB value is (115,31,40). Sum of RGB (Red+Green+Blue) = 115+31+40=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #731F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F28 is #8CE0D7. Grayscale: #393939. Windows color (decimal): -9232600 or 2629491. OLE color: 2629491.

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

Color convert

RGB1153140-
CMYK00.730.650.55
HSL353.57º57.53%28.63%-
HSV(B)353.57º73.04%45.1%-
XYZ7.944.782.51-
YUV57.14118.33169.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.83%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 21.51%
R=61.83%
G=16.67%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115314000.730.650.55353.5757.5328.63
Hex731F2804941371623a1d
Octal16337500111101675427235
Binary11100111111110100001001001100000111011110110001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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