#73101B

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

Shades of Red Berry #73101B

Tints of Red Berry #73101B

Color information

#73101B (or 0x73101B) is unknown color: approx Red Berry. HEX triplet: 73, 10 and 1B. RGB value is (115,16,27). Sum of RGB (Red+Green+Blue) = 115+16+27=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #73101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73101B is #8CEFE4. Grayscale: #2E2E2E. Windows color (decimal): -9236453 or 1773683. OLE color: 1773683.

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

Color convert

RGB1151627-
CMYK00.860.770.55
HSL353.33º75.57%25.69%-
HSV(B)353.33º86.09%45.1%-
XYZ7.454.091.43-
YUV46.86116.8176.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=72.78%
G=10.13%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115162700.860.770.55353.3375.5725.69
Hex73101B0564D371614c1a
Octal163203301261156754111432
Binary11100111000011011010101101001101110111101100001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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