#721D27

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

Shades of Red Berry #721D27

Tints of Red Berry #721D27

Color information

#721D27 (or 0x721D27) is unknown color: approx Red Berry. HEX triplet: 72, 1D and 27. RGB value is (114,29,39). Sum of RGB (Red+Green+Blue) = 114+29+39=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #721D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D27 is #8DE2D8. Grayscale: #373737. Windows color (decimal): -9298649 or 2563442. OLE color: 2563442.

HSL color Cylindrical-coordinate representation of color #721D27: hue angle of 352.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D27 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1142939-
CMYK00.750.660.55
HSL352.94º59.44%28.04%-
HSV(B)352.94º74.56%44.71%-
XYZ7.754.62.4-
YUV55.55118.66169.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 39 (15.62% from 255) = 21.43%
R=62.64%
G=15.93%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114293900.750.660.55352.9459.4428.04
Hex721D2704B42371613b1c
Octal16235470113102675417334
Binary11100101110110011101001011100001011011110110000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721D27; }

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

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

<style>
 a { background-color: #721D27; }

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

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

<style>
 span { border-color: #721D27; }

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

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