#720F1D

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

Shades of Red Berry #720F1D

Tints of Red Berry #720F1D

Color information

#720F1D (or 0x720F1D) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 1D. RGB value is (114,15,29). Sum of RGB (Red+Green+Blue) = 114+15+29=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #720F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F1D is #8DF0E2. Grayscale: #2E2E2E. Windows color (decimal): -9302243 or 1904498. OLE color: 1904498.

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

Color convert

RGB1141529-
CMYK00.870.750.55
HSL351.52º76.74%25.29%-
HSV(B)351.52º86.84%44.71%-
XYZ7.334.011.55-
YUV46.2118.3176.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.15%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=72.15%
G=9.49%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114152900.870.750.55351.5276.7425.29
Hex72F1D0574B371604d19
Octal162173501271136754011531
Binary1110010111111101010101111001011110111101100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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