Html Css Color HEX #71101C Red Berry

📋 copy color: '#71101C'

red 113 ◦ green 16 ◦ blue 28

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

Shades of Red Berry #71101C

Tints of Red Berry #71101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 71.97%
G = 10.19%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71101C (or 0x71101C) is known color: Red Berry. HEX triplet: 71, 10 and 1C. RGB value is (113,16,28). Sum of RGB (Red+Green+Blue) = 113+16+28=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #71101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71101C is #8EEFE3. Grayscale: #2E2E2E. Windows color (decimal): -9367524 or 1839217. OLE color: 1839217.

HSL color Cylindrical-coordinate representation of color #71101C: hue angle of 352.58º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71101C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 28 -
CMYK 0 0.86 0.75 0.56
HSL 352.58º 0.75% 0.25% -
HSV(B) 352.58º 0.86% 0.44% -
XYZ 7.2 3.97 1.48 -
YUV 46.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 113 16 28 0 0.86 0.75 0.56 352.58 0.75 0.25
Hex 71 10 1C 0 56 4B 38 161 4B 19
Octal 161 20 34 0 126 113 70 541 113 31
Binary 1110001 10000 11100 0 1010110 1001011 111000 101100001 1001011 11001

Color Harmonies of #71101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71101C

Black with #71101C

Text Example


Text Example

White with #71101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,16,28); }

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

background-color css

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

 a { background-color: rgb(113,16,28); }

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

border-color css

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

 span { border-color: rgb(113,16,28); }

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