#711F35

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

Shades of Claret #711F35

Tints of Claret #711F35

Color information

#711F35 (or 0x711F35) is unknown color: approx Claret. HEX triplet: 71, 1F and 35. RGB value is (113,31,53). Sum of RGB (Red+Green+Blue) = 113+31+53=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #711F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F35 is #8EE0CA. Grayscale: #3A3A3A. Windows color (decimal): -9363659 or 3481457. OLE color: 3481457.

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

Color convert

RGB1133153-
CMYK00.730.530.56
HSL343.9º56.94%28.24%-
HSV(B)343.9º72.57%44.31%-
XYZ7.944.753.87-
YUV58.03125.17167.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.36%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=57.36%
G=15.74%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113315300.730.530.56343.956.9428.24
Hex711F350493538158391c
Octal1613765011165705307134
Binary1110001111111101010100100111010111100010101100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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