#71132B

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

Shades of Red Berry #71132B

Tints of Red Berry #71132B

Color information

#71132B (or 0x71132B) is unknown color: approx Red Berry. HEX triplet: 71, 13 and 2B. RGB value is (113,19,43). Sum of RGB (Red+Green+Blue) = 113+19+43=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71132B is #8EECD4. Grayscale: #313131. Windows color (decimal): -9366741 or 2823025. OLE color: 2823025.

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

Color convert

RGB1131943-
CMYK00.830.620.56
HSL344.68º71.21%25.88%-
HSV(B)344.68º83.19%44.31%-
XYZ7.484.152.69-
YUV49.84124.14173.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=64.57%
G=10.86%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113194300.830.620.56344.6871.2125.88
Hex71132B0533E38159471a
Octal16123530123767053110732
Binary11100011001110101101010011111110111000101011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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