#720F26

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

Shades of Red Berry #720F26

Tints of Red Berry #720F26

Color information

#720F26 (or 0x720F26) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 26. RGB value is (114,15,38). Sum of RGB (Red+Green+Blue) = 114+15+38=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #720F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F26 is #8DF0D9. Grayscale: #2F2F2F. Windows color (decimal): -9302234 or 2494322. OLE color: 2494322.

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

Color convert

RGB1141538-
CMYK00.870.670.55
HSL346.06º76.74%25.29%-
HSV(B)346.06º86.84%44.71%-
XYZ7.464.062.22-
YUV47.22122.8175.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=68.26%
G=8.98%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114153800.870.670.55346.0676.7425.29
Hex72F26057433715a4d19
Octal162174601271036753211531
Binary11100101111100110010101111000011110111101011010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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