#720F29

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

Shades of Red Berry #720F29

Tints of Red Berry #720F29

Color information

#720F29 (or 0x720F29) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 29. RGB value is (114,15,41). Sum of RGB (Red+Green+Blue) = 114+15+41=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #720F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F29 is #8DF0D6. Grayscale: #2F2F2F. Windows color (decimal): -9302231 or 2690930. OLE color: 2690930.

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

Color convert

RGB1141541-
CMYK00.870.640.55
HSL344.24º76.74%25.29%-
HSV(B)344.24º86.84%44.71%-
XYZ7.514.082.49-
YUV47.56124.3175.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.06%
GREEN value IS 15 (6.25% from 255) = 8.82%
BLUE value IS 41 (16.41% from 255) = 24.12%
R=67.06%
G=8.82%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114154100.870.640.55344.2476.7425.29
Hex72F2905740371584d19
Octal162175101271006753011531
Binary11100101111101001010101111000000110111101011000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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