Html Css Color HEX #71191D Red Berry

📋 copy color: '#71191D'

red 113 ◦ green 25 ◦ blue 29

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

Shades of Red Berry #71191D

Tints of Red Berry #71191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 67.66%
G = 14.97%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71191D (or 0x71191D) is known color: Red Berry. HEX triplet: 71, 19 and 1D. RGB value is (113,25,29). Sum of RGB (Red+Green+Blue) = 113+25+29=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #71191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71191D is #8EE6E2. Grayscale: #333333. Windows color (decimal): -9365219 or 1907057. OLE color: 1907057.

HSL color Cylindrical-coordinate representation of color #71191D: hue angle of 357.27º 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 #71191D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 29 -
CMYK 0 0.78 0.74 0.56
HSL 357.27º 0.64% 0.27% -
HSV(B) 357.27º 0.78% 0.44% -
XYZ 7.38 4.29 1.6 -
YUV 51.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 113 25 29 0 0.78 0.74 0.56 357.27 0.64 0.27
Hex 71 19 1D 0 4E 4A 38 165 40 1B
Octal 161 31 35 0 116 112 70 545 100 33
Binary 1110001 11001 11101 0 1001110 1001010 111000 101100101 1000000 11011

Color Harmonies of #71191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71191D

Black with #71191D

Text Example


Text Example

White with #71191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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