#721A27

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

Shades of Red Berry #721A27

Tints of Red Berry #721A27

Color information

#721A27 (or 0x721A27) is unknown color: approx Red Berry. HEX triplet: 72, 1A and 27. RGB value is (114,26,39). Sum of RGB (Red+Green+Blue) = 114+26+39=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #721A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A27 is #8DE5D8. Grayscale: #353535. Windows color (decimal): -9299417 or 2562674. OLE color: 2562674.

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

Color convert

RGB1142639-
CMYK00.770.660.55
HSL351.14º62.86%27.45%-
HSV(B)351.14º77.19%44.71%-
XYZ7.684.462.38-
YUV53.79119.65170.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.69%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 39 (15.62% from 255) = 21.79%
R=63.69%
G=14.53%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114263900.770.660.55351.1462.8627.45
Hex721A2704D423715f3f1b
Octal16232470115102675377733
Binary11100101101010011101001101100001011011110101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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