#730F16

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

Shades of Red Berry #730F16

Tints of Red Berry #730F16

Color information

#730F16 (or 0x730F16) is unknown color: approx Red Berry. HEX triplet: 73, 0F and 16. RGB value is (115,15,22). Sum of RGB (Red+Green+Blue) = 115+15+22=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #730F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F16 is #8CF0E9. Grayscale: #2D2D2D. Windows color (decimal): -9236714 or 1445747. OLE color: 1445747.

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

Color convert

RGB1151522-
CMYK00.870.810.55
HSL355.8º76.92%25.49%-
HSV(B)355.8º86.96%45.1%-
XYZ7.394.041.15-
YUV45.7114.63177.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.66%
GREEN value IS 15 (6.25% from 255) = 9.87%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=75.66%
G=9.87%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115152200.870.810.55355.876.9225.49
Hex73F1605751371644d19
Octal163172601271216754411531
Binary1110011111110110010101111010001110111101100100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730F16; }

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

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

<style>
 a { background-color: #730F16; }

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

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

<style>
 span { border-color: #730F16; }

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

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