Html Css Color HEX #711012 Red Berry

📋 copy color: '#711012'

red 113 ◦ green 16 ◦ blue 18

#711012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #711012

Tints of Red Berry #711012

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 value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#711012 (or 0x711012) is known color: 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

RGB 113 16 18 -
CMYK 0 0.86 0.84 0.56
HSL 358.76º 0.75% 0.25% -
HSV(B) 358.76º 0.86% 0.44% -
XYZ 7.1 3.92 0.96 -
YUV 45.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 113 16 18 0 0.86 0.84 0.56 358.76 0.75 0.25
Hex 71 10 12 0 56 54 38 167 4B 19
Octal 161 20 22 0 126 124 70 547 113 31
Binary 1110001 10000 10010 0 1010110 1010100 111000 101100111 1001011 11001

Color Harmonies of #711012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711012

Black with #711012

Text Example


Text Example

White with #711012

Text Example


Text Example

HTML Codes & Css Web 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>