Html Css Color HEX #710F19 Red Berry

📋 copy color: '#710F19'

red 113 ◦ green 15 ◦ blue 25

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

Shades of Red Berry #710F19

Tints of Red Berry #710F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.8%

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

R = 73.86%
G = 9.8%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#710F19 (or 0x710F19) is known color: Red Berry. HEX triplet: 71, 0F and 19. RGB value is (113,15,25). Sum of RGB (Red+Green+Blue) = 113+15+25=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #710F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F19 is #8EF0E6. Grayscale: #2D2D2D. Windows color (decimal): -9367783 or 1642353. OLE color: 1642353.

HSL color Cylindrical-coordinate representation of color #710F19: hue angle of 353.88º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F19 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 15 25 -
CMYK 0 0.87 0.78 0.56
HSL 353.88º 0.77% 0.25% -
HSV(B) 353.88º 0.87% 0.44% -
XYZ 7.16 3.92 1.3 -
YUV 45.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 113 15 25 0 0.87 0.78 0.56 353.88 0.77 0.25
Hex 71 F 19 0 57 4E 38 162 4D 19
Octal 161 17 31 0 127 116 70 542 115 31
Binary 1110001 1111 11001 0 1010111 1001110 111000 101100010 1001101 11001

Color Harmonies of #710F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F19

Black with #710F19

Text Example


Text Example

White with #710F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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