#720F1F

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

Shades of Red Berry #720F1F

Tints of Red Berry #720F1F

Color information

#720F1F (or 0x720F1F) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 1F. RGB value is (114,15,31). Sum of RGB (Red+Green+Blue) = 114+15+31=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #720F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F1F is #8DF0E0. Grayscale: #2E2E2E. Windows color (decimal): -9302241 or 2035570. OLE color: 2035570.

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

Color convert

RGB1141531-
CMYK00.870.730.55
HSL350.3º76.74%25.29%-
HSV(B)350.3º86.84%44.71%-
XYZ7.364.021.68-
YUV46.42119.3176.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 71.25%
GREEN value IS 15 (6.25% from 255) = 9.38%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=71.25%
G=9.38%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114153100.870.730.55350.376.7425.29
Hex72F1F057493715e4d19
Octal162173701271116753611531
Binary1110010111111111010101111001001110111101011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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