Html Css Color HEX #710F26 Red Berry

📋 copy color: '#710F26'

red 113 ◦ green 15 ◦ blue 38

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

Shades of Red Berry #710F26

Tints of Red Berry #710F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.89%

R = 68.07%
G = 9.04%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#710F26 (or 0x710F26) is known color: Red Berry. HEX triplet: 71, 0F and 26. RGB value is (113,15,38). Sum of RGB (Red+Green+Blue) = 113+15+38=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #710F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F26 is #8EF0D9. Grayscale: #2E2E2E. Windows color (decimal): -9367770 or 2494321. OLE color: 2494321.

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

Color convert

RGB 113 15 38 -
CMYK 0 0.87 0.66 0.56
HSL 345.92º 0.77% 0.25% -
HSV(B) 345.92º 0.87% 0.44% -
XYZ 7.33 3.99 2.22 -
YUV 46.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 113 15 38 0 0.87 0.66 0.56 345.92 0.77 0.25
Hex 71 F 26 0 57 42 38 15A 4D 19
Octal 161 17 46 0 127 102 70 532 115 31
Binary 1110001 1111 100110 0 1010111 1000010 111000 101011010 1001101 11001

Color Harmonies of #710F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F26

Black with #710F26

Text Example


Text Example

White with #710F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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