#711C22

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

Shades of Red Berry #711C22

Tints of Red Berry #711C22

Color information

#711C22 (or 0x711C22) is unknown color: approx Red Berry. HEX triplet: 71, 1C and 22. RGB value is (113,28,34). Sum of RGB (Red+Green+Blue) = 113+28+34=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #711C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C22 is #8EE3DD. Grayscale: #363636. Windows color (decimal): -9364446 or 2235505. OLE color: 2235505.

HSL color Cylindrical-coordinate representation of color #711C22: hue angle of 355.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C22 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1132834-
CMYK00.750.700.56
HSL355.76º60.28%27.65%-
HSV(B)355.76º75.22%44.31%-
XYZ7.514.461.98-
YUV54.1116.66170.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 28 (11.33% from 255) = 16%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=64.57%
G=16%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113283400.750.700.56355.7660.2827.65
Hex711C2204B46381643c1c
Octal16134420113106705447434
Binary11100011110010001001001011100011011100010110010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711C22; }

 p { color: rgb(113,28,34); }

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

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

 a { background-color: rgb(113,28,34); }

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

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

 span { border-color: rgb(113,28,34); }

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