#73131B

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

Shades of Red Berry #73131B

Tints of Red Berry #73131B

Color information

#73131B (or 0x73131B) is unknown color: approx Red Berry. HEX triplet: 73, 13 and 1B. RGB value is (115,19,27). Sum of RGB (Red+Green+Blue) = 115+19+27=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #73131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73131B is #8CECE4. Grayscale: #303030. Windows color (decimal): -9235685 or 1774451. OLE color: 1774451.

HSL color Cylindrical-coordinate representation of color #73131B: hue angle of 355º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73131B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1151927-
CMYK00.830.770.55
HSL355º71.64%26.27%-
HSV(B)355º83.48%45.1%-
XYZ7.54.191.45-
YUV48.62115.8175.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.43%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=71.43%
G=11.80%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115192700.830.770.5535571.6426.27
Hex73131B0534D37163481a
Octal163233301231156754311032
Binary11100111001111011010100111001101110111101100011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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