#711F3B

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

Shades of Claret #711F3B

Tints of Claret #711F3B

Color information

#711F3B (or 0x711F3B) is unknown color: approx Claret. HEX triplet: 71, 1F and 3B. RGB value is (113,31,59). Sum of RGB (Red+Green+Blue) = 113+31+59=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #711F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F3B is #8EE0C4. Grayscale: #3A3A3A. Windows color (decimal): -9363653 or 3874673. OLE color: 3874673.

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

Color convert

RGB1133159-
CMYK00.730.480.56
HSL339.51º56.94%28.24%-
HSV(B)339.51º72.57%44.31%-
XYZ8.094.814.64-
YUV58.71128.17166.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=55.67%
G=15.27%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113315900.730.480.56339.5156.9428.24
Hex711F3B0493038154391c
Octal1613773011160705247134
Binary1110001111111110110100100111000011100010101010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,31,59); }

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

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

 a { background-color: rgb(113,31,59); }

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

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

 span { border-color: rgb(113,31,59); }

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