Html Css Color HEX #711013 Red Berry

📋 copy color: '#711013'

red 113 ◦ green 16 ◦ blue 19

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

Shades of Red Berry #711013

Tints of Red Berry #711013

RGB

 RED value IS 113 (44.53% from 255) = 76.35%

 GREEN value IS 16 (6.64% from 255) = 10.81%

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 76.35%
G = 10.81%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#711013 (or 0x711013) is known color: Red Berry. HEX triplet: 71, 10 and 13. RGB value is (113,16,19). Sum of RGB (Red+Green+Blue) = 113+16+19=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #711013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711013 is #8EEFEC. Grayscale: #2D2D2D. Windows color (decimal): -9367533 or 1249393. OLE color: 1249393.

HSL color Cylindrical-coordinate representation of color #711013: hue angle of 358.14º 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 #711013 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 19 -
CMYK 0 0.86 0.83 0.56
HSL 358.14º 0.75% 0.25% -
HSV(B) 358.14º 0.86% 0.44% -
XYZ 7.11 3.93 1 -
YUV 45.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 113 16 19 0 0.86 0.83 0.56 358.14 0.75 0.25
Hex 71 10 13 0 56 53 38 166 4B 19
Octal 161 20 23 0 126 123 70 546 113 31
Binary 1110001 10000 10011 0 1010110 1010011 111000 101100110 1001011 11001

Color Harmonies of #711013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711013

Black with #711013

Text Example


Text Example

White with #711013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711013; }

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

 H1.HeaderClassName
 {
   color: #711013;
 }
 .AnyTagClassName
 {
   color: #711013;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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