#711C39

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

Shades of Claret #711C39

Tints of Claret #711C39

Color information

#711C39 (or 0x711C39) is unknown color: approx Claret. HEX triplet: 71, 1C and 39. RGB value is (113,28,57). Sum of RGB (Red+Green+Blue) = 113+28+57=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #711C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C39 is #8EE3C6. Grayscale: #383838. Windows color (decimal): -9364423 or 3742833. OLE color: 3742833.

HSL color Cylindrical-coordinate representation of color #711C39: hue angle of 339.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C39 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1132857-
CMYK00.750.500.56
HSL339.53º60.28%27.65%-
HSV(B)339.53º75.22%44.31%-
XYZ7.964.644.35-
YUV56.72128.16168.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 28 (11.33% from 255) = 14.14%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=57.07%
G=14.14%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113285700.750.500.56339.5360.2827.65
Hex711C3904B32381543c1c
Octal1613471011362705247434
Binary1110001111001110010100101111001011100010101010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,28,57); }

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

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

 a { background-color: rgb(113,28,57); }

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

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

 span { border-color: rgb(113,28,57); }

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