#73181B

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

Shades of Red Berry #73181B

Tints of Red Berry #73181B

Color information

#73181B (or 0x73181B) is unknown color: approx Red Berry. HEX triplet: 73, 18 and 1B. RGB value is (115,24,27). Sum of RGB (Red+Green+Blue) = 115+24+27=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #73181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73181B is #8CE7E4. Grayscale: #333333. Windows color (decimal): -9234405 or 1775731. OLE color: 1775731.

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

Color convert

RGB1152427-
CMYK00.790.770.55
HSL358.02º65.47%27.25%-
HSV(B)358.02º79.13%45.1%-
XYZ7.594.381.48-
YUV51.55114.15173.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.28%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=69.28%
G=14.46%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115242700.790.770.55358.0265.4727.25
Hex73181B04F4D37166411b
Octal163303301171156754610133
Binary11100111100011011010011111001101110111101100110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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