#71202B

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

Shades of Red Berry #71202B

Tints of Red Berry #71202B

Color information

#71202B (or 0x71202B) is unknown color: approx Red Berry. HEX triplet: 71, 20 and 2B. RGB value is (113,32,43). Sum of RGB (Red+Green+Blue) = 113+32+43=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #71202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71202B is #8EDFD4. Grayscale: #393939. Windows color (decimal): -9363413 or 2826353. OLE color: 2826353.

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

Color convert

RGB1133243-
CMYK00.720.620.56
HSL351.85º55.86%28.43%-
HSV(B)351.85º71.68%44.31%-
XYZ7.764.722.79-
YUV57.47119.84167.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.11%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=60.11%
G=17.02%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113324300.720.620.56351.8555.8628.43
Hex71202B0483E38160381c
Octal1614053011076705407034
Binary11100011000001010110100100011111011100010110000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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