Html Css Color HEX #710F29 Red Berry

📋 copy color: '#710F29'

red 113 ◦ green 15 ◦ blue 41

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

Shades of Red Berry #710F29

Tints of Red Berry #710F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 66.86%
G = 8.88%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#710F29 (or 0x710F29) is known color: Red Berry. HEX triplet: 71, 0F and 29. RGB value is (113,15,41). Sum of RGB (Red+Green+Blue) = 113+15+41=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #710F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F29 is #8EF0D6. Grayscale: #2F2F2F. Windows color (decimal): -9367767 or 2690929. OLE color: 2690929.

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

Color convert

RGB 113 15 41 -
CMYK 0 0.87 0.64 0.56
HSL 344.08º 0.77% 0.25% -
HSV(B) 344.08º 0.87% 0.44% -
XYZ 7.38 4.01 2.48 -
YUV 47.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 113 15 41 0 0.87 0.64 0.56 344.08 0.77 0.25
Hex 71 F 29 0 57 40 38 158 4D 19
Octal 161 17 51 0 127 100 70 530 115 31
Binary 1110001 1111 101001 0 1010111 1000000 111000 101011000 1001101 11001

Color Harmonies of #710F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F29

Black with #710F29

Text Example


Text Example

White with #710F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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