#711A1D

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

Shades of Red Berry #711A1D

Tints of Red Berry #711A1D

Color information

#711A1D (or 0x711A1D) is unknown color: approx Red Berry. HEX triplet: 71, 1A and 1D. RGB value is (113,26,29). Sum of RGB (Red+Green+Blue) = 113+26+29=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A1D is #8EE5E2. Grayscale: #343434. Windows color (decimal): -9364963 or 1907313. OLE color: 1907313.

HSL color Cylindrical-coordinate representation of color #711A1D: hue angle of 357.93º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A1D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1132629-
CMYK00.770.740.56
HSL357.93º62.59%27.25%-
HSV(B)357.93º76.99%44.31%-
XYZ7.44.341.61-
YUV52.36114.82171.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=67.26%
G=15.48%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113262900.770.740.56357.9362.5927.25
Hex711A1D04D4A381663f1b
Octal16132350115112705467733
Binary1110001110101110101001101100101011100010110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,26,29); }

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

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

 a { background-color: rgb(113,26,29); }

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

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

 span { border-color: rgb(113,26,29); }

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