Html Css Color HEX #71191A Red Berry

📋 copy color: '#71191A'

red 113 ◦ green 25 ◦ blue 26

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

Shades of Red Berry #71191A

Tints of Red Berry #71191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 68.9%
G = 15.24%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71191A (or 0x71191A) is known color: Red Berry. HEX triplet: 71, 19 and 1A. RGB value is (113,25,26). Sum of RGB (Red+Green+Blue) = 113+25+26=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71191A is #8EE6E5. Grayscale: #333333. Windows color (decimal): -9365222 or 1710449. OLE color: 1710449.

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

Color convert

RGB 113 25 26 -
CMYK 0 0.78 0.77 0.56
HSL 359.32º 0.64% 0.27% -
HSV(B) 359.32º 0.78% 0.44% -
XYZ 7.34 4.28 1.42 -
YUV 51.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 113 25 26 0 0.78 0.77 0.56 359.32 0.64 0.27
Hex 71 19 1A 0 4E 4D 38 167 40 1B
Octal 161 31 32 0 116 115 70 547 100 33
Binary 1110001 11001 11010 0 1001110 1001101 111000 101100111 1000000 11011

Color Harmonies of #71191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71191A

Black with #71191A

Text Example


Text Example

White with #71191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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