#71162E

Color #71162E Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #71162E

Tints of Claret #71162E

Color information

#71162E (or 0x71162E) is unknown color: approx Claret. HEX triplet: 71, 16 and 2E. RGB value is (113,22,46). Sum of RGB (Red+Green+Blue) = 113+22+46=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71162E is #8EE9D1. Grayscale: #333333. Windows color (decimal): -9365970 or 3020401. OLE color: 3020401.

HSL color Cylindrical-coordinate representation of color #71162E: hue angle of 344.18º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71162E is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1132246-
CMYK00.810.590.56
HSL344.18º67.41%26.47%-
HSV(B)344.18º80.53%44.31%-
XYZ7.594.283.01-
YUV51.94124.65171.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.43%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=62.43%
G=12.15%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113224600.810.590.56344.1867.4126.47
Hex71162E0513B38158431a
Octal16126560121737053010332
Binary11100011011010111001010001111011111000101011000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71162E; }

 p { color: rgb(113,22,46); }

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

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

 a { background-color: rgb(113,22,46); }

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

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

 span { border-color: rgb(113,22,46); }

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