#71212C

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

Shades of Red Berry #71212C

Tints of Red Berry #71212C

Color information

#71212C (or 0x71212C) is unknown color: approx Red Berry. HEX triplet: 71, 21 and 2C. RGB value is (113,33,44). Sum of RGB (Red+Green+Blue) = 113+33+44=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71212C is #8EDED3. Grayscale: #3A3A3A. Windows color (decimal): -9363156 or 2892145. OLE color: 2892145.

HSL color Cylindrical-coordinate representation of color #71212C: hue angle of 351.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71212C is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1133344-
CMYK00.710.610.56
HSL351.75º54.79%28.63%-
HSV(B)351.75º70.8%44.31%-
XYZ7.814.782.89-
YUV58.17120167.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=59.47%
G=17.37%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113334400.710.610.56351.7554.7928.63
Hex71212C0473D38160371d
Octal1614154010775705406735
Binary11100011000011011000100011111110111100010110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71212C; }

 p { color: rgb(113,33,44); }

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

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

 a { background-color: rgb(113,33,44); }

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

<style>
 span { border-color: #71212C; }

 span { border-color: rgb(113,33,44); }

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