Html Css Color HEX #710F11 Red Berry

📋 copy color: '#710F11'

red 113 ◦ green 15 ◦ blue 17

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

Shades of Red Berry #710F11

Tints of Red Berry #710F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.72%

R = 77.93%
G = 10.34%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#710F11 (or 0x710F11) is known color: Red Berry. HEX triplet: 71, 0F and 11. RGB value is (113,15,17). Sum of RGB (Red+Green+Blue) = 113+15+17=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #710F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F11 is #8EF0EE. Grayscale: #2C2C2C. Windows color (decimal): -9367791 or 1118065. OLE color: 1118065.

HSL color Cylindrical-coordinate representation of color #710F11: hue angle of 358.78º 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 #710F11 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 15 17 -
CMYK 0 0.87 0.85 0.56
HSL 358.78º 0.77% 0.25% -
HSV(B) 358.78º 0.87% 0.44% -
XYZ 7.08 3.89 0.91 -
YUV 44.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 113 15 17 0 0.87 0.85 0.56 358.78 0.77 0.25
Hex 71 F 11 0 57 55 38 167 4D 19
Octal 161 17 21 0 127 125 70 547 115 31
Binary 1110001 1111 10001 0 1010111 1010101 111000 101100111 1001101 11001

Color Harmonies of #710F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F11

Black with #710F11

Text Example


Text Example

White with #710F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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