Html Css Color HEX #711819 Red Berry

📋 copy color: '#711819'

red 113 ◦ green 24 ◦ blue 25

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

Shades of Red Berry #711819

Tints of Red Berry #711819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

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

R = 69.75%
G = 14.81%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#711819 (or 0x711819) is known color: Red Berry. HEX triplet: 71, 18 and 19. RGB value is (113,24,25). Sum of RGB (Red+Green+Blue) = 113+24+25=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #711819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711819 is #8EE7E6. Grayscale: #323232. Windows color (decimal): -9365479 or 1644657. OLE color: 1644657.

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

Color convert

RGB 113 24 25 -
CMYK 0 0.79 0.78 0.56
HSL 359.33º 0.65% 0.27% -
HSV(B) 359.33º 0.79% 0.44% -
XYZ 7.31 4.23 1.35 -
YUV 50.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 113 24 25 0 0.79 0.78 0.56 359.33 0.65 0.27
Hex 71 18 19 0 4F 4E 38 167 41 1B
Octal 161 30 31 0 117 116 70 547 101 33
Binary 1110001 11000 11001 0 1001111 1001110 111000 101100111 1000001 11011

Color Harmonies of #711819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711819

Black with #711819

Text Example


Text Example

White with #711819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711819; }

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

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

background-color css

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

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

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

border-color css

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

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

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