#711124

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

Shades of Red Berry #711124

Tints of Red Berry #711124

Color information

#711124 (or 0x711124) is unknown color: approx Red Berry. HEX triplet: 71, 11 and 24. RGB value is (113,17,36). Sum of RGB (Red+Green+Blue) = 113+17+36=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #711124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711124 is #8EEEDB. Grayscale: #2F2F2F. Windows color (decimal): -9367260 or 2363761. OLE color: 2363761.

HSL color Cylindrical-coordinate representation of color #711124: hue angle of 348.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 #711124 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1131736-
CMYK00.850.680.56
HSL348.12º73.85%25.49%-
HSV(B)348.12º84.96%44.31%-
XYZ7.334.042.06-
YUV47.87121.3174.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.07%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=68.07%
G=10.24%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113173600.850.680.56348.1273.8525.49
Hex711124055443815c4a19
Octal161214401251047053411231
Binary111000110001100100010101011000100111000101011100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711124; }

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

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

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

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

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

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

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

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