Html Css Color HEX #71191F Red Berry

📋 copy color: '#71191F'

red 113 ◦ green 25 ◦ blue 31

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

Shades of Red Berry #71191F

Tints of Red Berry #71191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.79%

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

R = 66.86%
G = 14.79%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71191F (or 0x71191F) is known color: Red Berry. HEX triplet: 71, 19 and 1F. RGB value is (113,25,31). Sum of RGB (Red+Green+Blue) = 113+25+31=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #71191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71191F is #8EE6E0. Grayscale: #343434. Windows color (decimal): -9365217 or 2038129. OLE color: 2038129.

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

Color convert

RGB 113 25 31 -
CMYK 0 0.78 0.73 0.56
HSL 355.91º 0.64% 0.27% -
HSV(B) 355.91º 0.78% 0.44% -
XYZ 7.41 4.3 1.74 -
YUV 52 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 113 25 31 0 0.78 0.73 0.56 355.91 0.64 0.27
Hex 71 19 1F 0 4E 49 38 164 40 1B
Octal 161 31 37 0 116 111 70 544 100 33
Binary 1110001 11001 11111 0 1001110 1001001 111000 101100100 1000000 11011

Color Harmonies of #71191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71191F

Black with #71191F

Text Example


Text Example

White with #71191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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