#73181F

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

Shades of Red Berry #73181F

Tints of Red Berry #73181F

Color information

#73181F (or 0x73181F) is unknown color: approx Red Berry. HEX triplet: 73, 18 and 1F. RGB value is (115,24,31). Sum of RGB (Red+Green+Blue) = 115+24+31=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #73181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73181F is #8CE7E0. Grayscale: #343434. Windows color (decimal): -9234401 or 2037875. OLE color: 2037875.

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

Color convert

RGB1152431-
CMYK00.790.730.55
HSL355.38º65.47%27.25%-
HSV(B)355.38º79.13%45.1%-
XYZ7.644.41.74-
YUV52.01116.15172.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.65%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=67.65%
G=14.12%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115243100.790.730.55355.3865.4727.25
Hex73181F04F4937163411b
Octal163303701171116754310133
Binary11100111100011111010011111001001110111101100011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73181F; }

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

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

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

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

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

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

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

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