Html Css Color HEX #711019 Red Berry

📋 copy color: '#711019'

red 113 ◦ green 16 ◦ blue 25

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

Shades of Red Berry #711019

Tints of Red Berry #711019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.23%

R = 73.38%
G = 10.39%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#711019 (or 0x711019) is known color: Red Berry. HEX triplet: 71, 10 and 19. RGB value is (113,16,25). Sum of RGB (Red+Green+Blue) = 113+16+25=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #711019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711019 is #8EEFE6. Grayscale: #2E2E2E. Windows color (decimal): -9367527 or 1642609. OLE color: 1642609.

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

Color convert

RGB 113 16 25 -
CMYK 0 0.86 0.78 0.56
HSL 354.43º 0.75% 0.25% -
HSV(B) 354.43º 0.86% 0.44% -
XYZ 7.17 3.95 1.3 -
YUV 46.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 113 16 25 0 0.86 0.78 0.56 354.43 0.75 0.25
Hex 71 10 19 0 56 4E 38 162 4B 19
Octal 161 20 31 0 126 116 70 542 113 31
Binary 1110001 10000 11001 0 1010110 1001110 111000 101100010 1001011 11001

Color Harmonies of #711019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711019

Black with #711019

Text Example


Text Example

White with #711019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711019; }

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

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

background-color css

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

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

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

border-color css

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

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

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