#721420

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

Shades of Red Berry #721420

Tints of Red Berry #721420

Color information

#721420 (or 0x721420) is unknown color: approx Red Berry. HEX triplet: 72, 14 and 20. RGB value is (114,20,32). Sum of RGB (Red+Green+Blue) = 114+20+32=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #721420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721420 is #8DEBDF. Grayscale: #313131. Windows color (decimal): -9300960 or 2102386. OLE color: 2102386.

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

Color convert

RGB1142032-
CMYK00.820.720.55
HSL352.34º70.15%26.27%-
HSV(B)352.34º82.46%44.71%-
XYZ7.454.181.78-
YUV49.47118.14174.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.67%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=68.67%
G=12.05%
B=19.28%

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
Decimal114203200.820.720.55352.3470.1526.27
Hex7214200524837160461a
Octal162244001221106754010632
Binary111001010100100000010100101001000110111101100000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721420; }

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

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

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

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

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

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

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

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