#71202C

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

Shades of Red Berry #71202C

Tints of Red Berry #71202C

Color information

#71202C (or 0x71202C) is unknown color: approx Red Berry. HEX triplet: 71, 20 and 2C. RGB value is (113,32,44). Sum of RGB (Red+Green+Blue) = 113+32+44=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71202C is #8EDFD3. Grayscale: #393939. Windows color (decimal): -9363412 or 2891889. OLE color: 2891889.

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

Color convert

RGB1133244-
CMYK00.720.610.56
HSL351.11º55.86%28.43%-
HSV(B)351.11º71.68%44.31%-
XYZ7.784.732.88-
YUV57.59120.34167.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.79%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=59.79%
G=16.93%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113324400.720.610.56351.1155.8628.43
Hex71202C0483D3815f381c
Octal1614054011075705377034
Binary11100011000001011000100100011110111100010101111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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