#71172A

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

Shades of Red Berry #71172A

Tints of Red Berry #71172A

Color information

#71172A (or 0x71172A) is unknown color: approx Red Berry. HEX triplet: 71, 17 and 2A. RGB value is (113,23,42). Sum of RGB (Red+Green+Blue) = 113+23+42=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71172A is #8EE8D5. Grayscale: #343434. Windows color (decimal): -9365718 or 2758513. OLE color: 2758513.

HSL color Cylindrical-coordinate representation of color #71172A: hue angle of 347.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71172A is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1132342-
CMYK00.800.630.56
HSL347.33º66.18%26.67%-
HSV(B)347.33º79.65%44.31%-
XYZ7.534.292.62-
YUV52.08122.32171.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.48%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=63.48%
G=12.92%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113234200.800.630.56347.3366.1826.67
Hex71172A0503F3815b421b
Octal16127520120777053310233
Binary11100011011110101001010000111111111000101011011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71172A; }

 p { color: rgb(113,23,42); }

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

<style>
 a { background-color: #71172A; }

 a { background-color: rgb(113,23,42); }

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

<style>
 span { border-color: #71172A; }

 span { border-color: rgb(113,23,42); }

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