#71131A

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

Shades of Red Berry #71131A

Tints of Red Berry #71131A

Color information

#71131A (or 0x71131A) is unknown color: approx Red Berry. HEX triplet: 71, 13 and 1A. RGB value is (113,19,26). Sum of RGB (Red+Green+Blue) = 113+19+26=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71131A is #8EECE5. Grayscale: #2F2F2F. Windows color (decimal): -9366758 or 1708913. OLE color: 1708913.

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

Color convert

RGB1131926-
CMYK00.830.770.56
HSL355.53º71.21%25.88%-
HSV(B)355.53º83.19%44.31%-
XYZ7.234.051.38-
YUV47.9115.64174.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.52%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=71.52%
G=12.03%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113192600.830.770.56355.5371.2125.88
Hex71131A0534D38164471a
Octal161233201231157054410732
Binary11100011001111010010100111001101111000101100100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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