#711012

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

Shades of Red Berry #711012

Tints of Red Berry #711012

Color information

#711012 (or 0x711012) is unknown color: approx Red Berry. HEX triplet: 71, 10 and 12. RGB value is (113,16,18). Sum of RGB (Red+Green+Blue) = 113+16+18=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #711012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711012 is #8EEFED. Grayscale: #2D2D2D. Windows color (decimal): -9367534 or 1183857. OLE color: 1183857.

HSL color Cylindrical-coordinate representation of color #711012: hue angle of 358.76º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711012 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1131618-
CMYK00.860.840.56
HSL358.76º75.19%25.29%-
HSV(B)358.76º85.84%44.31%-
XYZ7.13.920.96-
YUV45.23112.64176.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.87%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=76.87%
G=10.88%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113161800.860.840.56358.7675.1925.29
Hex71101205654381674b19
Octal161202201261247054711331
Binary11100011000010010010101101010100111000101100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711012; }

 p { color: rgb(113,16,18); }

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

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

 a { background-color: rgb(113,16,18); }

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

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

 span { border-color: rgb(113,16,18); }

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