#71161a

Color #71161A Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #71161A

Tints of Red Berry #71161A

Color information

#71161A (or 0x71161A) is unknown color: approx Red Berry. HEX triplet: 71, 16 and 1A. RGB value is (113,22,26). Sum of RGB (Red+Green+Blue) = 113+22+26=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71161A is #8EE9E5. Grayscale: #313131. Windows color (decimal): -9365990 or 1709681. OLE color: 1709681.

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

Color convert

RGB1132226-
CMYK00.810.770.56
HSL357.36º67.41%26.47%-
HSV(B)357.36º80.53%44.31%-
XYZ7.284.161.4-
YUV49.66114.65173.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 70.19%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=70.19%
G=13.66%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113222600.810.770.56357.3667.4126.47
Hex71161A0514D38165431a
Octal161263201211157054510332
Binary11100011011011010010100011001101111000101100101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71161a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71161a;
 }
 .AnyTagClassName
 {
   color: #71161a;
 }
</style>
background-color css

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

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

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

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

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

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