#73191A

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

Shades of Red Berry #73191A

Tints of Red Berry #73191A

Color information

#73191A (or 0x73191A) is unknown color: approx Red Berry. HEX triplet: 73, 19 and 1A. RGB value is (115,25,26). Sum of RGB (Red+Green+Blue) = 115+25+26=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #73191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73191A is #8CE6E5. Grayscale: #343434. Windows color (decimal): -9234150 or 1710451. OLE color: 1710451.

HSL color Cylindrical-coordinate representation of color #73191A: hue angle of 359.33º 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 #73191A is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1152526-
CMYK00.780.770.55
HSL359.33º64.29%27.45%-
HSV(B)359.33º78.26%45.1%-
XYZ7.64.411.43-
YUV52.02113.32172.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.28%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=69.28%
G=15.06%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115252600.780.770.55359.3364.2927.45
Hex73191A04E4D37167401b
Octal163313201161156754710033
Binary11100111100111010010011101001101110111101100111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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