Html Css Color HEX #710F16 Red Berry

📋 copy color: '#710F16'

red 113 ◦ green 15 ◦ blue 22

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

Shades of Red Berry #710F16

Tints of Red Berry #710F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.67%

R = 75.33%
G = 10%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#710F16 (or 0x710F16) is known color: Red Berry. HEX triplet: 71, 0F and 16. RGB value is (113,15,22). Sum of RGB (Red+Green+Blue) = 113+15+22=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #710F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F16 is #8EF0E9. Grayscale: #2D2D2D. Windows color (decimal): -9367786 or 1445745. OLE color: 1445745.

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

Color convert

RGB 113 15 22 -
CMYK 0 0.87 0.81 0.56
HSL 355.71º 0.77% 0.25% -
HSV(B) 355.71º 0.87% 0.44% -
XYZ 7.13 3.91 1.14 -
YUV 45.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 113 15 22 0 0.87 0.81 0.56 355.71 0.77 0.25
Hex 71 F 16 0 57 51 38 164 4D 19
Octal 161 17 26 0 127 121 70 544 115 31
Binary 1110001 1111 10110 0 1010111 1010001 111000 101100100 1001101 11001

Color Harmonies of #710F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F16

Black with #710F16

Text Example


Text Example

White with #710F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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