Html Css Color HEX #71161D Red Berry

📋 copy color: '#71161D'

red 113 ◦ green 22 ◦ blue 29

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

Shades of Red Berry #71161D

Tints of Red Berry #71161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.41%

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 68.9%
G = 13.41%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71161D (or 0x71161D) is known color: Red Berry. HEX triplet: 71, 16 and 1D. RGB value is (113,22,29). Sum of RGB (Red+Green+Blue) = 113+22+29=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71161D is #8EE9E2. Grayscale: #323232. Windows color (decimal): -9365987 or 1906289. OLE color: 1906289.

HSL color Cylindrical-coordinate representation of color #71161D: hue angle of 355.38º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71161D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 29 -
CMYK 0 0.81 0.74 0.56
HSL 355.38º 0.67% 0.26% -
HSV(B) 355.38º 0.81% 0.44% -
XYZ 7.32 4.17 1.58 -
YUV 50.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 113 22 29 0 0.81 0.74 0.56 355.38 0.67 0.26
Hex 71 16 1D 0 51 4A 38 163 43 1A
Octal 161 26 35 0 121 112 70 543 103 32
Binary 1110001 10110 11101 0 1010001 1001010 111000 101100011 1000011 11010

Color Harmonies of #71161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71161D

Black with #71161D

Text Example


Text Example

White with #71161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71161D; }

 p { color: rgb(113,22,29); }

 H1.HeaderClassName
 {
   color: #71161D;
 }
 .AnyTagClassName
 {
   color: #71161D;
 }
</style>

background-color css

<style>
 a { background-color: #71161D; }

 a { background-color: rgb(113,22,29); }

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

border-color css

<style>
 span { border-color: #71161D; }

 span { border-color: rgb(113,22,29); }

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