#711926

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

Shades of Red Berry #711926

Tints of Red Berry #711926

Color information

#711926 (or 0x711926) is unknown color: approx Red Berry. HEX triplet: 71, 19 and 26. RGB value is (113,25,38). Sum of RGB (Red+Green+Blue) = 113+25+38=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #711926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711926 is #8EE6D9. Grayscale: #343434. Windows color (decimal): -9365210 or 2496881. OLE color: 2496881.

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

Color convert

RGB1132538-
CMYK00.780.660.56
HSL351.14º63.77%27.06%-
HSV(B)351.14º77.88%44.31%-
XYZ7.514.352.28-
YUV52.79119.65170.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.20%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=64.20%
G=14.20%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113253800.780.660.56351.1463.7727.06
Hex71192604E423815f401b
Octal161314601161027053710033
Binary111000111001100110010011101000010111000101011111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711926; }

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

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

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

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

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

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

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

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