#731825

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

Shades of Red Berry #731825

Tints of Red Berry #731825

Color information

#731825 (or 0x731825) is unknown color: approx Red Berry. HEX triplet: 73, 18 and 25. RGB value is (115,24,37). Sum of RGB (Red+Green+Blue) = 115+24+37=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #731825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731825 is #8CE7DA. Grayscale: #343434. Windows color (decimal): -9234395 or 2431091. OLE color: 2431091.

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

Color convert

RGB1152437-
CMYK00.790.680.55
HSL351.43º65.47%27.25%-
HSV(B)351.43º79.13%45.1%-
XYZ7.734.432.2-
YUV52.69119.15172.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=65.34%
G=13.64%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115243700.790.680.55351.4365.4727.25
Hex73182504F443715f411b
Octal163304501171046753710133
Binary111001111000100101010011111000100110111101011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731825; }

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

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

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

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

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

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

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

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