#711F3A

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

Shades of Claret #711F3A

Tints of Claret #711F3A

Color information

#711F3A (or 0x711F3A) is unknown color: approx Claret. HEX triplet: 71, 1F and 3A. RGB value is (113,31,58). Sum of RGB (Red+Green+Blue) = 113+31+58=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #711F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F3A is #8EE0C5. Grayscale: #3A3A3A. Windows color (decimal): -9363654 or 3809137. OLE color: 3809137.

HSL color Cylindrical-coordinate representation of color #711F3A: hue angle of 340.24º 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 #711F3A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1133158-
CMYK00.730.490.56
HSL340.24º56.94%28.24%-
HSV(B)340.24º72.57%44.31%-
XYZ8.064.84.5-
YUV58.6127.67166.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 31 (12.5% from 255) = 15.35%
BLUE value IS 58 (23.05% from 255) = 28.71%
R=55.94%
G=15.35%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113315800.730.490.56340.2456.9428.24
Hex711F3A0493138154391c
Octal1613772011161705247134
Binary1110001111111110100100100111000111100010101010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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