#721326

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

Shades of Red Berry #721326

Tints of Red Berry #721326

Color information

#721326 (or 0x721326) is unknown color: approx Red Berry. HEX triplet: 72, 13 and 26. RGB value is (114,19,38). Sum of RGB (Red+Green+Blue) = 114+19+38=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #721326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721326 is #8DECD9. Grayscale: #313131. Windows color (decimal): -9301210 or 2495346. OLE color: 2495346.

HSL color Cylindrical-coordinate representation of color #721326: hue angle of 348º 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 #721326 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1141938-
CMYK00.830.670.55
HSL348º71.43%26.08%-
HSV(B)348º83.33%44.71%-
XYZ7.524.182.24-
YUV49.57121.47173.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 38 (15.23% from 255) = 22.22%
R=66.67%
G=11.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114193800.830.670.5534871.4326.08
Hex721326053433715c471a
Octal162234601231036753410732
Binary111001010011100110010100111000011110111101011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721326; }

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

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

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

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

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

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

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

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