#720F1E

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

Shades of Red Berry #720F1E

Tints of Red Berry #720F1E

Color information

#720F1E (or 0x720F1E) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 1E. RGB value is (114,15,30). Sum of RGB (Red+Green+Blue) = 114+15+30=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #720F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F1E is #8DF0E1. Grayscale: #2E2E2E. Windows color (decimal): -9302242 or 1970034. OLE color: 1970034.

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

Color convert

RGB1141530-
CMYK00.870.740.55
HSL350.91º76.74%25.29%-
HSV(B)350.91º86.84%44.71%-
XYZ7.344.011.62-
YUV46.31118.8176.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 71.70%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=71.70%
G=9.43%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114153000.870.740.55350.9176.7425.29
Hex72F1E0574A3715f4d19
Octal162173601271126753711531
Binary1110010111111110010101111001010110111101011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720F1E; }

 p { color: rgb(114,15,30); }

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

<style>
 a { background-color: #720F1E; }

 a { background-color: rgb(114,15,30); }

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

<style>
 span { border-color: #720F1E; }

 span { border-color: rgb(114,15,30); }

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