#711635

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

Shades of Claret #711635

Tints of Claret #711635

Color information

#711635 (or 0x711635) is unknown color: approx Claret. HEX triplet: 71, 16 and 35. RGB value is (113,22,53). Sum of RGB (Red+Green+Blue) = 113+22+53=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #711635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711635 is #8EE9CA. Grayscale: #343434. Windows color (decimal): -9365963 or 3479153. OLE color: 3479153.

HSL color Cylindrical-coordinate representation of color #711635: hue angle of 339.56º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711635 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1132253-
CMYK00.810.530.56
HSL339.56º67.41%26.47%-
HSV(B)339.56º80.53%44.31%-
XYZ7.744.343.8-
YUV52.74128.15170.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.11%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=60.11%
G=11.70%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113225300.810.530.56339.5667.4126.47
Hex7116350513538154431a
Octal16126650121657052410332
Binary11100011011011010101010001110101111000101010100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711635; }

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

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

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

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

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

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

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

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