#73161A

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

Shades of Red Berry #73161A

Tints of Red Berry #73161A

Color information

#73161A (or 0x73161A) is unknown color: approx Red Berry. HEX triplet: 73, 16 and 1A. RGB value is (115,22,26). Sum of RGB (Red+Green+Blue) = 115+22+26=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73161A is #8CE9E5. Grayscale: #323232. Windows color (decimal): -9234918 or 1709683. OLE color: 1709683.

HSL color Cylindrical-coordinate representation of color #73161A: hue angle of 357.42º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73161A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1152226-
CMYK00.810.770.55
HSL357.42º67.88%26.86%-
HSV(B)357.42º80.87%45.1%-
XYZ7.544.291.41-
YUV50.26114.31174.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.55%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=70.55%
G=13.50%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115222600.810.770.55357.4267.8826.86
Hex73161A0514D37165441b
Octal163263201211156754510433
Binary11100111011011010010100011001101110111101100101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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