#73101E

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

Shades of Red Berry #73101E

Tints of Red Berry #73101E

Color information

#73101E (or 0x73101E) is unknown color: approx Red Berry. HEX triplet: 73, 10 and 1E. RGB value is (115,16,30). Sum of RGB (Red+Green+Blue) = 115+16+30=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #73101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73101E is #8CEFE1. Grayscale: #2F2F2F. Windows color (decimal): -9236450 or 1970291. OLE color: 1970291.

HSL color Cylindrical-coordinate representation of color #73101E: hue angle of 351.52º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73101E is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1151630-
CMYK00.860.740.55
HSL351.52º75.57%25.69%-
HSV(B)351.52º86.09%45.1%-
XYZ7.494.111.63-
YUV47.2118.3176.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.43%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=71.43%
G=9.94%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115163000.860.740.55351.5275.5725.69
Hex73101E0564A371604c1a
Octal163203601261126754011432
Binary11100111000011110010101101001010110111101100000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73101E; }

 p { color: rgb(115,16,30); }

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

<style>
 a { background-color: #73101E; }

 a { background-color: rgb(115,16,30); }

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

<style>
 span { border-color: #73101E; }

 span { border-color: rgb(115,16,30); }

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