#731025

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

Shades of Red Berry #731025

Tints of Red Berry #731025

Color information

#731025 (or 0x731025) is unknown color: approx Red Berry. HEX triplet: 73, 10 and 25. RGB value is (115,16,37). Sum of RGB (Red+Green+Blue) = 115+16+37=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #731025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731025 is #8CEFDA. Grayscale: #303030. Windows color (decimal): -9236443 or 2429043. OLE color: 2429043.

HSL color Cylindrical-coordinate representation of color #731025: hue angle of 347.27º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731025 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1151637-
CMYK00.860.680.55
HSL347.27º75.57%25.69%-
HSV(B)347.27º86.09%45.1%-
XYZ7.594.152.15-
YUV48121.8175.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.45%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=68.45%
G=9.52%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115163700.860.680.55347.2775.5725.69
Hex731025056443715b4c1a
Octal163204501261046753311432
Binary111001110000100101010101101000100110111101011011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731025; }

 p { color: rgb(115,16,37); }

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

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

 a { background-color: rgb(115,16,37); }

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

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

 span { border-color: rgb(115,16,37); }

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