#721323

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

Shades of Red Berry #721323

Tints of Red Berry #721323

Color information

#721323 (or 0x721323) is unknown color: approx Red Berry. HEX triplet: 72, 13 and 23. RGB value is (114,19,35). Sum of RGB (Red+Green+Blue) = 114+19+35=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #721323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721323 is #8DECDC. Grayscale: #313131. Windows color (decimal): -9301213 or 2298738. OLE color: 2298738.

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

Color convert

RGB1141935-
CMYK00.830.690.55
HSL349.89º71.43%26.08%-
HSV(B)349.89º83.33%44.71%-
XYZ7.484.162-
YUV49.23119.97174.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.86%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 35 (14.06% from 255) = 20.83%
R=67.86%
G=11.31%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114193500.830.690.55349.8971.4326.08
Hex721323053453715e471a
Octal162234301231056753610732
Binary111001010011100011010100111000101110111101011110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721323; }

 p { color: rgb(114,19,35); }

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

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

 a { background-color: rgb(114,19,35); }

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

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

 span { border-color: rgb(114,19,35); }

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