#720F1A

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

Shades of Red Berry #720F1A

Tints of Red Berry #720F1A

Color information

#720F1A (or 0x720F1A) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 1A. RGB value is (114,15,26). Sum of RGB (Red+Green+Blue) = 114+15+26=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F1A is #8DF0E5. Grayscale: #2D2D2D. Windows color (decimal): -9302246 or 1707890. OLE color: 1707890.

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

Color convert

RGB1141526-
CMYK00.870.770.55
HSL353.33º76.74%25.29%-
HSV(B)353.33º86.84%44.71%-
XYZ7.33.991.36-
YUV45.86116.8176.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.55%
GREEN value IS 15 (6.25% from 255) = 9.68%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=73.55%
G=9.68%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114152600.870.770.55353.3376.7425.29
Hex72F1A0574D371614d19
Octal162173201271156754111531
Binary1110010111111010010101111001101110111101100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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