Html Css Color HEX #711317 Red Berry

📋 copy color: '#711317'

red 113 ◦ green 19 ◦ blue 23

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

Shades of Red Berry #711317

Tints of Red Berry #711317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 72.9%
G = 12.26%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#711317 (or 0x711317) is known color: Red Berry. HEX triplet: 71, 13 and 17. RGB value is (113,19,23). Sum of RGB (Red+Green+Blue) = 113+19+23=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #711317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711317 is #8EECE8. Grayscale: #2F2F2F. Windows color (decimal): -9366761 or 1512305. OLE color: 1512305.

HSL color Cylindrical-coordinate representation of color #711317: hue angle of 357.45º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711317 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 23 -
CMYK 0 0.83 0.80 0.56
HSL 357.45º 0.71% 0.26% -
HSV(B) 357.45º 0.83% 0.44% -
XYZ 7.2 4.04 1.21 -
YUV 47.56 114.14 174.67 -
System Red Green Blue C M Y K H S L
Decimal 113 19 23 0 0.83 0.80 0.56 357.45 0.71 0.26
Hex 71 13 17 0 53 50 38 165 47 1A
Octal 161 23 27 0 123 120 70 545 107 32
Binary 1110001 10011 10111 0 1010011 1010000 111000 101100101 1000111 11010

Color Harmonies of #711317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711317

Black with #711317

Text Example


Text Example

White with #711317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711317; }

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

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

background-color css

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

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

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

border-color css

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

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

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