#73131A

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

Shades of Red Berry #73131A

Tints of Red Berry #73131A

Color information

#73131A (or 0x73131A) is unknown color: approx Red Berry. HEX triplet: 73, 13 and 1A. RGB value is (115,19,26). Sum of RGB (Red+Green+Blue) = 115+19+26=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #73131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73131A is #8CECE5. Grayscale: #303030. Windows color (decimal): -9235686 or 1708915. OLE color: 1708915.

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

Color convert

RGB1151926-
CMYK00.830.770.55
HSL355.62º71.64%26.27%-
HSV(B)355.62º83.48%45.1%-
XYZ7.494.191.39-
YUV48.5115.3175.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.88%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=71.88%
G=11.88%
B=16.25%

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
Decimal115192600.830.770.55355.6271.6426.27
Hex73131A0534D37164481a
Octal163233201231156754411032
Binary11100111001111010010100111001101110111101100100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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