#721727

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

Shades of Red Berry #721727

Tints of Red Berry #721727

Color information

#721727 (or 0x721727) is unknown color: approx Red Berry. HEX triplet: 72, 17 and 27. RGB value is (114,23,39). Sum of RGB (Red+Green+Blue) = 114+23+39=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #721727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721727 is #8DE8D8. Grayscale: #343434. Windows color (decimal): -9300185 or 2561906. OLE color: 2561906.

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

Color convert

RGB1142339-
CMYK00.800.660.55
HSL349.45º66.42%26.86%-
HSV(B)349.45º79.82%44.71%-
XYZ7.614.342.36-
YUV52.03120.65172.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=64.77%
G=13.07%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114233900.800.660.55349.4566.4226.86
Hex721727050423715d421b
Octal162274701201026753510233
Binary111001010111100111010100001000010110111101011101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721727; }

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

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

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

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

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

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

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

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