#73151A

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

Shades of Red Berry #73151A

Tints of Red Berry #73151A

Color information

#73151A (or 0x73151A) is unknown color: approx Red Berry. HEX triplet: 73, 15 and 1A. RGB value is (115,21,26). Sum of RGB (Red+Green+Blue) = 115+21+26=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73151A is #8CEAE5. Grayscale: #313131. Windows color (decimal): -9235174 or 1709427. OLE color: 1709427.

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

Color convert

RGB1152126-
CMYK00.820.770.55
HSL356.81º69.12%26.67%-
HSV(B)356.81º81.74%45.1%-
XYZ7.524.261.4-
YUV49.68114.64174.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.99%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=70.99%
G=12.96%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115212600.820.770.55356.8169.1226.67
Hex73151A0524D37165451b
Octal163253201221156754510533
Binary11100111010111010010100101001101110111101100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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