#71202D

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

Shades of Red Berry #71202D

Tints of Red Berry #71202D

Color information

#71202D (or 0x71202D) is unknown color: approx Red Berry. HEX triplet: 71, 20 and 2D. RGB value is (113,32,45). Sum of RGB (Red+Green+Blue) = 113+32+45=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71202D is #8EDFD2. Grayscale: #393939. Windows color (decimal): -9363411 or 2957425. OLE color: 2957425.

HSL color Cylindrical-coordinate representation of color #71202D: hue angle of 350.37º 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 #71202D is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1133245-
CMYK00.720.600.56
HSL350.37º55.86%28.43%-
HSV(B)350.37º71.68%44.31%-
XYZ7.84.732.99-
YUV57.7120.84167.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=59.47%
G=16.84%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113324500.720.600.56350.3755.8628.43
Hex71202D0483C3815e381c
Octal1614055011074705367034
Binary11100011000001011010100100011110011100010101111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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