#721113

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

Shades of Red Berry #721113

Tints of Red Berry #721113

Color information

#721113 (or 0x721113) is unknown color: approx Red Berry. HEX triplet: 72, 11 and 13. RGB value is (114,17,19). Sum of RGB (Red+Green+Blue) = 114+17+19=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #721113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721113 is #8DEEEC. Grayscale: #2E2E2E. Windows color (decimal): -9301741 or 1249650. OLE color: 1249650.

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

Color convert

RGB1141719-
CMYK00.850.830.55
HSL358.76º74.05%25.69%-
HSV(B)358.76º85.09%44.71%-
XYZ7.264.031.01-
YUV46.23112.64176.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=76%
G=11.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114171900.850.830.55358.7674.0525.69
Hex72111305553371674a1a
Octal162212301251236754711232
Binary11100101000110011010101011010011110111101100111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721113; }

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

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

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

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

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

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

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

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