#71111A

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

Shades of Red Berry #71111A

Tints of Red Berry #71111A

Color information

#71111A (or 0x71111A) is unknown color: approx Red Berry. HEX triplet: 71, 11 and 1A. RGB value is (113,17,26). Sum of RGB (Red+Green+Blue) = 113+17+26=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #71111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71111A is #8EEEE5. Grayscale: #2E2E2E. Windows color (decimal): -9367270 or 1708401. OLE color: 1708401.

HSL color Cylindrical-coordinate representation of color #71111A: hue angle of 354.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71111A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1131726-
CMYK00.850.770.56
HSL354.38º73.85%25.49%-
HSV(B)354.38º84.96%44.31%-
XYZ7.23.991.37-
YUV46.73116.3175.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.44%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=72.44%
G=10.90%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113172600.850.770.56354.3873.8525.49
Hex71111A0554D381624a19
Octal161213201251157054211231
Binary11100011000111010010101011001101111000101100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,17,26); }

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

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

 a { background-color: rgb(113,17,26); }

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

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

 span { border-color: rgb(113,17,26); }

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