#711532

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

Shades of Claret #711532

Tints of Claret #711532

Color information

#711532 (or 0x711532) is unknown color: approx Claret. HEX triplet: 71, 15 and 32. RGB value is (113,21,50). Sum of RGB (Red+Green+Blue) = 113+21+50=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #711532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711532 is #8EEACD. Grayscale: #333333. Windows color (decimal): -9366222 or 3282289. OLE color: 3282289.

HSL color Cylindrical-coordinate representation of color #711532: hue angle of 341.09º degrees, saturation: 0.69, 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 #711532 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1132150-
CMYK00.810.560.56
HSL341.09º68.66%26.27%-
HSV(B)341.09º81.42%44.31%-
XYZ7.654.283.44-
YUV51.81126.98171.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.41%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=61.41%
G=11.41%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113215000.810.560.56341.0968.6626.27
Hex7115320513838155451a
Octal16125620121707052510532
Binary11100011010111001001010001111000111000101010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711532; }

 p { color: rgb(113,21,50); }

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

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

 a { background-color: rgb(113,21,50); }

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

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

 span { border-color: rgb(113,21,50); }

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