#73181A

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

Shades of Red Berry #73181A

Tints of Red Berry #73181A

Color information

#73181A (or 0x73181A) is unknown color: approx Red Berry. HEX triplet: 73, 18 and 1A. RGB value is (115,24,26). Sum of RGB (Red+Green+Blue) = 115+24+26=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #73181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73181A is #8CE7E5. Grayscale: #333333. Windows color (decimal): -9234406 or 1710195. OLE color: 1710195.

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

Color convert

RGB1152426-
CMYK00.790.770.55
HSL358.68º65.47%27.25%-
HSV(B)358.68º79.13%45.1%-
XYZ7.584.371.42-
YUV51.44113.65173.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.70%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=69.70%
G=14.55%
B=15.76%

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
Decimal115242600.790.770.55358.6865.4727.25
Hex73181A04F4D37167411b
Octal163303201171156754710133
Binary11100111100011010010011111001101110111101100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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