Html Css Color HEX #71192C Red Berry

📋 copy color: '#71192C'

red 113 ◦ green 25 ◦ blue 44

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

Shades of Red Berry #71192C

Tints of Red Berry #71192C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 62.09%
G = 13.74%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71192C (or 0x71192C) is known color: Red Berry. HEX triplet: 71, 19 and 2C. RGB value is (113,25,44). Sum of RGB (Red+Green+Blue) = 113+25+44=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #71192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71192C is #8EE6D3. Grayscale: #353535. Windows color (decimal): -9365204 or 2890097. OLE color: 2890097.

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

Color convert

RGB 113 25 44 -
CMYK 0 0.78 0.61 0.56
HSL 347.05º 0.64% 0.27% -
HSV(B) 347.05º 0.78% 0.44% -
XYZ 7.61 4.39 2.83 -
YUV 53.48 122.65 170.46 -
System Red Green Blue C M Y K H S L
Decimal 113 25 44 0 0.78 0.61 0.56 347.05 0.64 0.27
Hex 71 19 2C 0 4E 3D 38 15B 40 1B
Octal 161 31 54 0 116 75 70 533 100 33
Binary 1110001 11001 101100 0 1001110 111101 111000 101011011 1000000 11011

Color Harmonies of #71192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71192C

Black with #71192C

Text Example


Text Example

White with #71192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71192C; }

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

 H1.HeaderClassName
 {
   color: #71192C;
 }
 .AnyTagClassName
 {
   color: #71192C;
 }
</style>

background-color css

<style>
 a { background-color: #71192C; }

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

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

border-color css

<style>
 span { border-color: #71192C; }

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

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