#711728

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

Shades of Red Berry #711728

Tints of Red Berry #711728

Color information

#711728 (or 0x711728) is unknown color: approx Red Berry. HEX triplet: 71, 17 and 28. RGB value is (113,23,40). Sum of RGB (Red+Green+Blue) = 113+23+40=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #711728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711728 is #8EE8D7. Grayscale: #333333. Windows color (decimal): -9365720 or 2627441. OLE color: 2627441.

HSL color Cylindrical-coordinate representation of color #711728: hue angle of 348.67º 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 #711728 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1132340-
CMYK00.800.650.56
HSL348.67º66.18%26.67%-
HSV(B)348.67º79.65%44.31%-
XYZ7.54.282.44-
YUV51.85121.32171.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.20%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 40 (16.02% from 255) = 22.73%
R=64.20%
G=13.07%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113234000.800.650.56348.6766.1826.67
Hex711728050413815d421b
Octal161275001201017053510233
Binary111000110111101000010100001000001111000101011101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711728; }

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

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

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

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

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

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

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

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