#711E1F

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

Shades of Red Berry #711E1F

Tints of Red Berry #711E1F

Color information

#711E1F (or 0x711E1F) is unknown color: approx Red Berry. HEX triplet: 71, 1E and 1F. RGB value is (113,30,31). Sum of RGB (Red+Green+Blue) = 113+30+31=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #711E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E1F is #8EE1E0. Grayscale: #373737. Windows color (decimal): -9363937 or 2039409. OLE color: 2039409.

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

Color convert

RGB1133031-
CMYK00.730.730.56
HSL359.28º58.04%28.04%-
HSV(B)359.28º73.45%44.31%-
XYZ7.524.541.78-
YUV54.93114.5169.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.94%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=64.94%
G=17.24%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113303100.730.730.56359.2858.0428.04
Hex711E1F04949381673a1c
Octal16136370111111705477234
Binary1110001111101111101001001100100111100010110011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,30,31); }

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

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

 a { background-color: rgb(113,30,31); }

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

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

 span { border-color: rgb(113,30,31); }

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