#720E1F

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

Shades of Red Berry #720E1F

Tints of Red Berry #720E1F

Color information

#720E1F (or 0x720E1F) is unknown color: approx Red Berry. HEX triplet: 72, 0E and 1F. RGB value is (114,14,31). Sum of RGB (Red+Green+Blue) = 114+14+31=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #720E1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720E1F is #8DF1E0. Grayscale: #2D2D2D. Windows color (decimal): -9302497 or 2035314. OLE color: 2035314.

HSL color Cylindrical-coordinate representation of color #720E1F: hue angle of 349.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E1F is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1141431-
CMYK00.880.730.55
HSL349.8º78.12%25.1%-
HSV(B)349.8º87.72%44.71%-
XYZ7.343.991.68-
YUV45.84119.63176.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 71.70%
GREEN value IS 14 (5.86% from 255) = 8.81%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=71.70%
G=8.81%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114143100.880.730.55349.878.1225.1
Hex72E1F058493715e4e19
Octal162163701301116753611631
Binary1110010111011111010110001001001110111101011110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,14,31); }

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

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

 a { background-color: rgb(114,14,31); }

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

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

 span { border-color: rgb(114,14,31); }

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