#71181D

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

Shades of Red Berry #71181D

Tints of Red Berry #71181D

Color information

#71181D (or 0x71181D) is unknown color: approx Red Berry. HEX triplet: 71, 18 and 1D. RGB value is (113,24,29). Sum of RGB (Red+Green+Blue) = 113+24+29=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #71181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71181D is #8EE7E2. Grayscale: #333333. Windows color (decimal): -9365475 or 1906801. OLE color: 1906801.

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

Color convert

RGB1132429-
CMYK00.790.740.56
HSL356.63º64.96%26.86%-
HSV(B)356.63º78.76%44.31%-
XYZ7.364.251.6-
YUV51.18115.49172.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.07%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=68.07%
G=14.46%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113242900.790.740.56356.6364.9626.86
Hex71181D04F4A38165411b
Octal161303501171127054510133
Binary11100011100011101010011111001010111000101100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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