Html Css Color HEX #71111F Red Berry

📋 copy color: '#71111F'

red 113 ◦ green 17 ◦ blue 31

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

Shades of Red Berry #71111F

Tints of Red Berry #71111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.56%

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 70.19%
G = 10.56%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71111F (or 0x71111F) is known color: Red Berry. HEX triplet: 71, 11 and 1F. RGB value is (113,17,31). Sum of RGB (Red+Green+Blue) = 113+17+31=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71111F is #8EEEE0. Grayscale: #2F2F2F. Windows color (decimal): -9367265 or 2036081. OLE color: 2036081.

HSL color Cylindrical-coordinate representation of color #71111F: hue angle of 351.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71111F is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 31 -
CMYK 0 0.85 0.73 0.56
HSL 351.25º 0.74% 0.25% -
HSV(B) 351.25º 0.85% 0.44% -
XYZ 7.26 4.01 1.69 -
YUV 47.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 113 17 31 0 0.85 0.73 0.56 351.25 0.74 0.25
Hex 71 11 1F 0 55 49 38 15F 4A 19
Octal 161 21 37 0 125 111 70 537 112 31
Binary 1110001 10001 11111 0 1010101 1001001 111000 101011111 1001010 11001

Color Harmonies of #71111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71111F

Black with #71111F

Text Example


Text Example

White with #71111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71111F; }

 p { color: rgb(113,17,31); }

 H1.HeaderClassName
 {
   color: #71111F;
 }
 .AnyTagClassName
 {
   color: #71111F;
 }
</style>

background-color css

<style>
 a { background-color: #71111F; }

 a { background-color: rgb(113,17,31); }

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

border-color css

<style>
 span { border-color: #71111F; }

 span { border-color: rgb(113,17,31); }

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