Html Css Color HEX #710F10 Red Berry

📋 copy color: '#710F10'

red 113 ◦ green 15 ◦ blue 16

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

Shades of Red Berry #710F10

Tints of Red Berry #710F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.11%

R = 78.47%
G = 10.42%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#710F10 (or 0x710F10) is known color: Red Berry. HEX triplet: 71, 0F and 10. RGB value is (113,15,16). Sum of RGB (Red+Green+Blue) = 113+15+16=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #710F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F10 is #8EF0EF. Grayscale: #2C2C2C. Windows color (decimal): -9367792 or 1052529. OLE color: 1052529.

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

Color convert

RGB 113 15 16 -
CMYK 0 0.87 0.86 0.56
HSL 359.39º 0.77% 0.25% -
HSV(B) 359.39º 0.87% 0.44% -
XYZ 7.07 3.89 0.87 -
YUV 44.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 113 15 16 0 0.87 0.86 0.56 359.39 0.77 0.25
Hex 71 F 10 0 57 56 38 167 4D 19
Octal 161 17 20 0 127 126 70 547 115 31
Binary 1110001 1111 10000 0 1010111 1010110 111000 101100111 1001101 11001

Color Harmonies of #710F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F10

Black with #710F10

Text Example


Text Example

White with #710F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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