#73181C

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

Shades of Red Berry #73181C

Tints of Red Berry #73181C

Color information

#73181C (or 0x73181C) is unknown color: approx Red Berry. HEX triplet: 73, 18 and 1C. RGB value is (115,24,28). Sum of RGB (Red+Green+Blue) = 115+24+28=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #73181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73181C is #8CE7E3. Grayscale: #333333. Windows color (decimal): -9234404 or 1841267. OLE color: 1841267.

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

Color convert

RGB1152428-
CMYK00.790.760.55
HSL357.36º65.47%27.25%-
HSV(B)357.36º79.13%45.1%-
XYZ7.614.381.54-
YUV51.66114.65173.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=68.86%
G=14.37%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115242800.790.760.55357.3665.4727.25
Hex73181C04F4C37165411b
Octal163303401171146754510133
Binary11100111100011100010011111001100110111101100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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