#73192B

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

Shades of Red Berry #73192B

Tints of Red Berry #73192B

Color information

#73192B (or 0x73192B) is unknown color: approx Red Berry. HEX triplet: 73, 19 and 2B. RGB value is (115,25,43). Sum of RGB (Red+Green+Blue) = 115+25+43=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73192B is #8CE6D4. Grayscale: #353535. Windows color (decimal): -9234133 or 2824563. OLE color: 2824563.

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

Color convert

RGB1152543-
CMYK00.780.630.55
HSL348º64.29%27.45%-
HSV(B)348º78.26%45.1%-
XYZ7.854.512.74-
YUV53.96121.82171.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.84%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=62.84%
G=13.66%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115254300.780.630.5534864.2927.45
Hex73192B04E3F3715c401b
Octal16331530116776753410033
Binary11100111100110101101001110111111110111101011100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73192B; }

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

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

<style>
 a { background-color: #73192B; }

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

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

<style>
 span { border-color: #73192B; }

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

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