#711820

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

Shades of Red Berry #711820

Tints of Red Berry #711820

Color information

#711820 (or 0x711820) is unknown color: approx Red Berry. HEX triplet: 71, 18 and 20. RGB value is (113,24,32). Sum of RGB (Red+Green+Blue) = 113+24+32=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #711820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711820 is #8EE7DF. Grayscale: #333333. Windows color (decimal): -9365472 or 2103409. OLE color: 2103409.

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

Color convert

RGB1132432-
CMYK00.790.720.56
HSL354.61º64.96%26.86%-
HSV(B)354.61º78.76%44.31%-
XYZ7.44.271.8-
YUV51.52116.99171.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.86%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=66.86%
G=14.20%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113243200.790.720.56354.6164.9626.86
Hex71182004F4838163411b
Octal161304001171107054310133
Binary111000111000100000010011111001000111000101100011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711820; }

 p { color: rgb(113,24,32); }

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

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

 a { background-color: rgb(113,24,32); }

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

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

 span { border-color: rgb(113,24,32); }

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