Html Css Color HEX #711719 Red Berry

📋 copy color: '#711719'

red 113 ◦ green 23 ◦ blue 25

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

Shades of Red Berry #711719

Tints of Red Berry #711719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

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

R = 70.19%
G = 14.29%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#711719 (or 0x711719) is known color: Red Berry. HEX triplet: 71, 17 and 19. RGB value is (113,23,25). Sum of RGB (Red+Green+Blue) = 113+23+25=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #711719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711719 is #8EE8E6. Grayscale: #323232. Windows color (decimal): -9365735 or 1644401. OLE color: 1644401.

HSL color Cylindrical-coordinate representation of color #711719: hue angle of 358.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711719 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 25 -
CMYK 0 0.80 0.78 0.56
HSL 358.67º 0.66% 0.27% -
HSV(B) 358.67º 0.8% 0.44% -
XYZ 7.29 4.19 1.34 -
YUV 50.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 113 23 25 0 0.80 0.78 0.56 358.67 0.66 0.27
Hex 71 17 19 0 50 4E 38 167 42 1B
Octal 161 27 31 0 120 116 70 547 102 33
Binary 1110001 10111 11001 0 1010000 1001110 111000 101100111 1000010 11011

Color Harmonies of #711719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711719

Black with #711719

Text Example


Text Example

White with #711719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711719; }

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

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

background-color css

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

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

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

border-color css

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

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

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