#71232B

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

Shades of Red Berry #71232B

Tints of Red Berry #71232B

Color information

#71232B (or 0x71232B) is unknown color: approx Red Berry. HEX triplet: 71, 23 and 2B. RGB value is (113,35,43). Sum of RGB (Red+Green+Blue) = 113+35+43=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71232B is #8EDCD4. Grayscale: #3B3B3B. Windows color (decimal): -9362645 or 2827121. OLE color: 2827121.

HSL color Cylindrical-coordinate representation of color #71232B: hue angle of 353.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71232B is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1133543-
CMYK00.690.620.56
HSL353.85º52.7%29.02%-
HSV(B)353.85º69.03%44.31%-
XYZ7.854.892.82-
YUV59.23118.84166.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=59.16%
G=18.32%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113354300.690.620.56353.8552.729.02
Hex71232B0453E38162351d
Octal1614353010576705426535
Binary11100011000111010110100010111111011100010110001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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