#71131B

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

Shades of Red Berry #71131B

Tints of Red Berry #71131B

Color information

#71131B (or 0x71131B) is unknown color: approx Red Berry. HEX triplet: 71, 13 and 1B. RGB value is (113,19,27). Sum of RGB (Red+Green+Blue) = 113+19+27=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #71131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71131B is #8EECE4. Grayscale: #303030. Windows color (decimal): -9366757 or 1774449. OLE color: 1774449.

HSL color Cylindrical-coordinate representation of color #71131B: hue angle of 354.89º 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 #71131B is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1131927-
CMYK00.830.760.56
HSL354.89º71.21%25.88%-
HSV(B)354.89º83.19%44.31%-
XYZ7.244.061.44-
YUV48.02116.14174.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.07%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=71.07%
G=11.95%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113192700.830.760.56354.8971.2125.88
Hex71131B0534C38163471a
Octal161233301231147054310732
Binary11100011001111011010100111001100111000101100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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