#721526

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

Shades of Red Berry #721526

Tints of Red Berry #721526

Color information

#721526 (or 0x721526) is unknown color: approx Red Berry. HEX triplet: 72, 15 and 26. RGB value is (114,21,38). Sum of RGB (Red+Green+Blue) = 114+21+38=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #721526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721526 is #8DEAD9. Grayscale: #323232. Windows color (decimal): -9300698 or 2495858. OLE color: 2495858.

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

Color convert

RGB1142138-
CMYK00.820.670.55
HSL349.03º68.89%26.47%-
HSV(B)349.03º81.58%44.71%-
XYZ7.564.252.26-
YUV50.74120.81173.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=65.90%
G=12.14%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114213800.820.670.55349.0368.8926.47
Hex721526052433715d451a
Octal162254601221036753510532
Binary111001010101100110010100101000011110111101011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721526; }

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

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

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

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

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

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

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

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