#711726

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

Shades of Red Berry #711726

Tints of Red Berry #711726

Color information

#711726 (or 0x711726) is unknown color: approx Red Berry. HEX triplet: 71, 17 and 26. RGB value is (113,23,38). Sum of RGB (Red+Green+Blue) = 113+23+38=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #711726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711726 is #8EE8D9. Grayscale: #333333. Windows color (decimal): -9365722 or 2496369. OLE color: 2496369.

HSL color Cylindrical-coordinate representation of color #711726: hue angle of 350º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711726 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1132338-
CMYK00.800.660.56
HSL350º66.18%26.67%-
HSV(B)350º79.65%44.31%-
XYZ7.474.262.26-
YUV51.62120.32171.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.94%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=64.94%
G=13.22%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113233800.800.660.5635066.1826.67
Hex711726050423815e421b
Octal161274601201027053610233
Binary111000110111100110010100001000010111000101011110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711726; }

 p { color: rgb(113,23,38); }

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

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

 a { background-color: rgb(113,23,38); }

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

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

 span { border-color: rgb(113,23,38); }

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