#71141A

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

Shades of Red Berry #71141A

Tints of Red Berry #71141A

Color information

#71141A (or 0x71141A) is unknown color: approx Red Berry. HEX triplet: 71, 14 and 1A. RGB value is (113,20,26). Sum of RGB (Red+Green+Blue) = 113+20+26=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #71141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71141A is #8EEBE5. Grayscale: #303030. Windows color (decimal): -9366502 or 1709169. OLE color: 1709169.

HSL color Cylindrical-coordinate representation of color #71141A: hue angle of 356.13º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71141A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1132026-
CMYK00.820.770.56
HSL356.13º69.92%26.08%-
HSV(B)356.13º82.3%44.31%-
XYZ7.254.091.38-
YUV48.49115.31174.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.07%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=71.07%
G=12.58%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113202600.820.770.56356.1369.9226.08
Hex71141A0524D38164461a
Octal161243201221157054410632
Binary11100011010011010010100101001101111000101100100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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