#721018

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

Shades of Red Berry #721018

Tints of Red Berry #721018

Color information

#721018 (or 0x721018) is unknown color: approx Red Berry. HEX triplet: 72, 10 and 18. RGB value is (114,16,24). Sum of RGB (Red+Green+Blue) = 114+16+24=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #721018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721018 is #8DEFE7. Grayscale: #2E2E2E. Windows color (decimal): -9301992 or 1577074. OLE color: 1577074.

HSL color Cylindrical-coordinate representation of color #721018: hue angle of 355.1º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721018 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1141624-
CMYK00.860.790.55
HSL355.1º75.38%25.49%-
HSV(B)355.1º85.96%44.71%-
XYZ7.294.011.25-
YUV46.21115.47176.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.03%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=74.03%
G=10.39%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114162400.860.790.55355.175.3825.49
Hex7210180564F371634b19
Octal162203001261176754311331
Binary11100101000011000010101101001111110111101100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721018; }

 p { color: rgb(114,16,24); }

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

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

 a { background-color: rgb(114,16,24); }

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

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

 span { border-color: rgb(114,16,24); }

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