#730F1C

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

Shades of Red Berry #730F1C

Tints of Red Berry #730F1C

Color information

#730F1C (or 0x730F1C) is unknown color: approx Red Berry. HEX triplet: 73, 0F and 1C. RGB value is (115,15,28). Sum of RGB (Red+Green+Blue) = 115+15+28=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #730F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F1C is #8CF0E3. Grayscale: #2E2E2E. Windows color (decimal): -9236708 or 1838963. OLE color: 1838963.

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

Color convert

RGB1151528-
CMYK00.870.760.55
HSL352.2º76.92%25.49%-
HSV(B)352.2º86.96%45.1%-
XYZ7.454.071.49-
YUV46.38117.63176.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=72.78%
G=9.49%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115152800.870.760.55352.276.9225.49
Hex73F1C0574C371604d19
Octal163173401271146754011531
Binary1110011111111100010101111001100110111101100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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