#711114

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

Shades of Red Berry #711114

Tints of Red Berry #711114

Color information

#711114 (or 0x711114) is unknown color: approx Red Berry. HEX triplet: 71, 11 and 14. RGB value is (113,17,20). Sum of RGB (Red+Green+Blue) = 113+17+20=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #711114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711114 is #8EEEEB. Grayscale: #2E2E2E. Windows color (decimal): -9367276 or 1315185. OLE color: 1315185.

HSL color Cylindrical-coordinate representation of color #711114: hue angle of 358.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711114 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1131720-
CMYK00.850.820.56
HSL358.12º73.85%25.49%-
HSV(B)358.12º84.96%44.31%-
XYZ7.143.961.05-
YUV46.05113.3175.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 75.33%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=75.33%
G=11.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113172000.850.820.56358.1273.8525.49
Hex71111405552381664a19
Octal161212401251227054611231
Binary11100011000110100010101011010010111000101100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711114; }

 p { color: rgb(113,17,20); }

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

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

 a { background-color: rgb(113,17,20); }

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

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

 span { border-color: rgb(113,17,20); }

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