#730F21

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

Shades of Red Berry #730F21

Tints of Red Berry #730F21

Color information

#730F21 (or 0x730F21) is unknown color: approx Red Berry. HEX triplet: 73, 0F and 21. RGB value is (115,15,33). Sum of RGB (Red+Green+Blue) = 115+15+33=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #730F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F21 is #8CF0DE. Grayscale: #2E2E2E. Windows color (decimal): -9236703 or 2166643. OLE color: 2166643.

HSL color Cylindrical-coordinate representation of color #730F21: hue angle of 349.2º 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 #730F21 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1151533-
CMYK00.870.710.55
HSL349.2º76.92%25.49%-
HSV(B)349.2º86.96%45.1%-
XYZ7.524.11.83-
YUV46.95120.13176.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.55%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=70.55%
G=9.20%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115153300.870.710.55349.276.9225.49
Hex73F21057473715d4d19
Octal163174101271076753511531
Binary11100111111100001010101111000111110111101011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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