#721821

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

Shades of Red Berry #721821

Tints of Red Berry #721821

Color information

#721821 (or 0x721821) is unknown color: approx Red Berry. HEX triplet: 72, 18 and 21. RGB value is (114,24,33). Sum of RGB (Red+Green+Blue) = 114+24+33=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #721821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721821 is #8DE7DE. Grayscale: #333333. Windows color (decimal): -9299935 or 2168946. OLE color: 2168946.

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

Color convert

RGB1142433-
CMYK00.790.710.55
HSL354º65.22%27.06%-
HSV(B)354º78.95%44.71%-
XYZ7.544.341.88-
YUV51.94117.32172.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.67%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 33 (13.28% from 255) = 19.30%
R=66.67%
G=14.04%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114243300.790.710.5535465.2227.06
Hex72182104F4737162411b
Octal162304101171076754210133
Binary111001011000100001010011111000111110111101100010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721821; }

 p { color: rgb(114,24,33); }

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

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

 a { background-color: rgb(114,24,33); }

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

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

 span { border-color: rgb(114,24,33); }

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