#711C1F

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

Shades of Red Berry #711C1F

Tints of Red Berry #711C1F

Color information

#711C1F (or 0x711C1F) is unknown color: approx Red Berry. HEX triplet: 71, 1C and 1F. RGB value is (113,28,31). Sum of RGB (Red+Green+Blue) = 113+28+31=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #711C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C1F is #8EE3E0. Grayscale: #353535. Windows color (decimal): -9364449 or 2038897. OLE color: 2038897.

HSL color Cylindrical-coordinate representation of color #711C1F: hue angle of 357.88º 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 #711C1F is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1132831-
CMYK00.750.730.56
HSL357.88º60.28%27.65%-
HSV(B)357.88º75.22%44.31%-
XYZ7.474.441.76-
YUV53.76115.16170.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 28 (11.33% from 255) = 16.28%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=65.70%
G=16.28%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113283100.750.730.56357.8860.2827.65
Hex711C1F04B49381663c1c
Octal16134370113111705467434
Binary1110001111001111101001011100100111100010110011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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