Html Css Color HEX #710F27 Red Berry

📋 copy color: '#710F27'

red 113 ◦ green 15 ◦ blue 39

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

Shades of Red Berry #710F27

Tints of Red Berry #710F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.35%

R = 67.66%
G = 8.98%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#710F27 (or 0x710F27) is known color: Red Berry. HEX triplet: 71, 0F and 27. RGB value is (113,15,39). Sum of RGB (Red+Green+Blue) = 113+15+39=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #710F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F27 is #8EF0D8. Grayscale: #2F2F2F. Windows color (decimal): -9367769 or 2559857. OLE color: 2559857.

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

Color convert

RGB 113 15 39 -
CMYK 0 0.87 0.65 0.56
HSL 345.31º 0.77% 0.25% -
HSV(B) 345.31º 0.87% 0.44% -
XYZ 7.35 4 2.3 -
YUV 47.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 113 15 39 0 0.87 0.65 0.56 345.31 0.77 0.25
Hex 71 F 27 0 57 41 38 159 4D 19
Octal 161 17 47 0 127 101 70 531 115 31
Binary 1110001 1111 100111 0 1010111 1000001 111000 101011001 1001101 11001

Color Harmonies of #710F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F27

Black with #710F27

Text Example


Text Example

White with #710F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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