Html Css Color HEX #71112A Red Berry

📋 copy color: '#71112A'

red 113 ◦ green 17 ◦ blue 42

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

Shades of Red Berry #71112A

Tints of Red Berry #71112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 65.7%
G = 9.88%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71112A (or 0x71112A) is known color: Red Berry. HEX triplet: 71, 11 and 2A. RGB value is (113,17,42). Sum of RGB (Red+Green+Blue) = 113+17+42=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #71112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71112A is #8EEED5. Grayscale: #303030. Windows color (decimal): -9367254 or 2756977. OLE color: 2756977.

HSL color Cylindrical-coordinate representation of color #71112A: hue angle of 344.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71112A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 42 -
CMYK 0 0.85 0.63 0.56
HSL 344.38º 0.74% 0.25% -
HSV(B) 344.38º 0.85% 0.44% -
XYZ 7.43 4.08 2.59 -
YUV 48.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 113 17 42 0 0.85 0.63 0.56 344.38 0.74 0.25
Hex 71 11 2A 0 55 3F 38 158 4A 19
Octal 161 21 52 0 125 77 70 530 112 31
Binary 1110001 10001 101010 0 1010101 111111 111000 101011000 1001010 11001

Color Harmonies of #71112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71112A

Black with #71112A

Text Example


Text Example

White with #71112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,17,42); }

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

background-color css

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

 a { background-color: rgb(113,17,42); }

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

border-color css

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

 span { border-color: rgb(113,17,42); }

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