#711A2D

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

Shades of Claret #711A2D

Tints of Claret #711A2D

Color information

#711A2D (or 0x711A2D) is unknown color: approx Claret. HEX triplet: 71, 1A and 2D. RGB value is (113,26,45). Sum of RGB (Red+Green+Blue) = 113+26+45=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #711A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A2D is #8EE5D2. Grayscale: #363636. Windows color (decimal): -9364947 or 2955889. OLE color: 2955889.

HSL color Cylindrical-coordinate representation of color #711A2D: hue angle of 346.9º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A2D is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1132645-
CMYK00.770.600.56
HSL346.9º62.59%27.25%-
HSV(B)346.9º76.99%44.31%-
XYZ7.654.442.94-
YUV54.18122.82169.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.41%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=61.41%
G=14.13%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113264500.770.600.56346.962.5927.25
Hex711A2D04D3C3815b3f1b
Octal1613255011574705337733
Binary1110001110101011010100110111110011100010101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711A2D; }

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

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

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

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

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

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

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

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