#73191C

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

Shades of Red Berry #73191C

Tints of Red Berry #73191C

Color information

#73191C (or 0x73191C) is unknown color: approx Red Berry. HEX triplet: 73, 19 and 1C. RGB value is (115,25,28). Sum of RGB (Red+Green+Blue) = 115+25+28=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #73191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73191C is #8CE6E3. Grayscale: #343434. Windows color (decimal): -9234148 or 1841523. OLE color: 1841523.

HSL color Cylindrical-coordinate representation of color #73191C: hue angle of 358º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73191C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1152528-
CMYK00.780.760.55
HSL358º64.29%27.45%-
HSV(B)358º78.26%45.1%-
XYZ7.634.421.55-
YUV52.25114.32172.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.45%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=68.45%
G=14.88%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115252800.780.760.5535864.2927.45
Hex73191C04E4C37166401b
Octal163313401161146754610033
Binary11100111100111100010011101001100110111101100110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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