#731C25

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

Shades of Red Berry #731C25

Tints of Red Berry #731C25

Color information

#731C25 (or 0x731C25) is unknown color: approx Red Berry. HEX triplet: 73, 1C and 25. RGB value is (115,28,37). Sum of RGB (Red+Green+Blue) = 115+28+37=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #731C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C25 is #8CE3DA. Grayscale: #373737. Windows color (decimal): -9233371 or 2432115. OLE color: 2432115.

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

Color convert

RGB1152837-
CMYK00.760.680.55
HSL353.79º60.84%28.04%-
HSV(B)353.79º75.65%45.1%-
XYZ7.824.612.23-
YUV55.04117.82170.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.89%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=63.89%
G=15.56%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115283700.760.680.55353.7960.8428.04
Hex731C2504C44371623d1c
Octal16334450114104675427534
Binary11100111110010010101001100100010011011110110001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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