Html Css Color HEX #71101A Red Berry

📋 copy color: '#71101A'

red 113 ◦ green 16 ◦ blue 26

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

Shades of Red Berry #71101A

Tints of Red Berry #71101A

RGB

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

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

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

R = 72.9%
G = 10.32%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71101A (or 0x71101A) is known color: Red Berry. HEX triplet: 71, 10 and 1A. RGB value is (113,16,26). Sum of RGB (Red+Green+Blue) = 113+16+26=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #71101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71101A is #8EEFE5. Grayscale: #2E2E2E. Windows color (decimal): -9367526 or 1708145. OLE color: 1708145.

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

Color convert

RGB 113 16 26 -
CMYK 0 0.86 0.77 0.56
HSL 353.81º 0.75% 0.25% -
HSV(B) 353.81º 0.86% 0.44% -
XYZ 7.18 3.96 1.36 -
YUV 46.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 113 16 26 0 0.86 0.77 0.56 353.81 0.75 0.25
Hex 71 10 1A 0 56 4D 38 162 4B 19
Octal 161 20 32 0 126 115 70 542 113 31
Binary 1110001 10000 11010 0 1010110 1001101 111000 101100010 1001011 11001

Color Harmonies of #71101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71101A

Black with #71101A

Text Example


Text Example

White with #71101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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