#711538

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

Shades of Claret #711538

Tints of Claret #711538

Color information

#711538 (or 0x711538) is unknown color: approx Claret. HEX triplet: 71, 15 and 38. RGB value is (113,21,56). Sum of RGB (Red+Green+Blue) = 113+21+56=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #711538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711538 is #8EEAC7. Grayscale: #343434. Windows color (decimal): -9366216 or 3675505. OLE color: 3675505.

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

Color convert

RGB1132156-
CMYK00.810.500.56
HSL337.17º68.66%26.27%-
HSV(B)337.17º81.42%44.31%-
XYZ7.794.334.17-
YUV52.5129.98171.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 56 (22.27% from 255) = 29.47%
R=59.47%
G=11.05%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113215600.810.500.56337.1768.6626.27
Hex7115380513238151451a
Octal16125700121627052110532
Binary11100011010111100001010001110010111000101010001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711538; }

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

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

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

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

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

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

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

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