Html Css Color HEX #71191B Red Berry

📋 copy color: '#71191B'

red 113 ◦ green 25 ◦ blue 27

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

Shades of Red Berry #71191B

Tints of Red Berry #71191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 68.48%
G = 15.15%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71191B (or 0x71191B) is known color: Red Berry. HEX triplet: 71, 19 and 1B. RGB value is (113,25,27). Sum of RGB (Red+Green+Blue) = 113+25+27=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71191B is #8EE6E4. Grayscale: #333333. Windows color (decimal): -9365221 or 1775985. OLE color: 1775985.

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

Color convert

RGB 113 25 27 -
CMYK 0 0.78 0.76 0.56
HSL 358.64º 0.64% 0.27% -
HSV(B) 358.64º 0.78% 0.44% -
XYZ 7.36 4.29 1.48 -
YUV 51.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 113 25 27 0 0.78 0.76 0.56 358.64 0.64 0.27
Hex 71 19 1B 0 4E 4C 38 167 40 1B
Octal 161 31 33 0 116 114 70 547 100 33
Binary 1110001 11001 11011 0 1001110 1001100 111000 101100111 1000000 11011

Color Harmonies of #71191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71191B

Black with #71191B

Text Example


Text Example

White with #71191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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