#71182B

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

Shades of Red Berry #71182B

Tints of Red Berry #71182B

Color information

#71182B (or 0x71182B) is unknown color: approx Red Berry. HEX triplet: 71, 18 and 2B. RGB value is (113,24,43). Sum of RGB (Red+Green+Blue) = 113+24+43=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71182B is #8EE7D4. Grayscale: #343434. Windows color (decimal): -9365461 or 2824305. OLE color: 2824305.

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

Color convert

RGB1132443-
CMYK00.790.620.56
HSL347.19º64.96%26.86%-
HSV(B)347.19º78.76%44.31%-
XYZ7.574.342.72-
YUV52.78122.49170.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.78%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=62.78%
G=13.33%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113244300.790.620.56347.1964.9626.86
Hex71182B04F3E3815b411b
Octal16130530117767053310133
Binary11100011100010101101001111111110111000101011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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