#721520

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

Shades of Red Berry #721520

Tints of Red Berry #721520

Color information

#721520 (or 0x721520) is unknown color: approx Red Berry. HEX triplet: 72, 15 and 20. RGB value is (114,21,32). Sum of RGB (Red+Green+Blue) = 114+21+32=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #721520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721520 is #8DEADF. Grayscale: #323232. Windows color (decimal): -9300704 or 2102642. OLE color: 2102642.

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

Color convert

RGB1142132-
CMYK00.820.720.55
HSL352.9º68.89%26.47%-
HSV(B)352.9º81.58%44.71%-
XYZ7.474.221.79-
YUV50.06117.81173.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=68.26%
G=12.57%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114213200.820.720.55352.968.8926.47
Hex7215200524837161451a
Octal162254001221106754110532
Binary111001010101100000010100101001000110111101100001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721520; }

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

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

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

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

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

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

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

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