#711022

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

Shades of Red Berry #711022

Tints of Red Berry #711022

Color information

#711022 (or 0x711022) is unknown color: approx Red Berry. HEX triplet: 71, 10 and 22. RGB value is (113,16,34). Sum of RGB (Red+Green+Blue) = 113+16+34=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #711022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711022 is #8EEFDD. Grayscale: #2F2F2F. Windows color (decimal): -9367518 or 2232433. OLE color: 2232433.

HSL color Cylindrical-coordinate representation of color #711022: hue angle of 348.87º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711022 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1131634-
CMYK00.860.700.56
HSL348.87º75.19%25.29%-
HSV(B)348.87º85.84%44.31%-
XYZ7.2841.9-
YUV47.06120.64175.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 69.33%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=69.33%
G=9.82%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113163400.860.700.56348.8775.1925.29
Hex711022056463815d4b19
Octal161204201261067053511331
Binary111000110000100010010101101000110111000101011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711022; }

 p { color: rgb(113,16,34); }

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

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

 a { background-color: rgb(113,16,34); }

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

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

 span { border-color: rgb(113,16,34); }

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