#711634

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

Shades of Claret #711634

Tints of Claret #711634

Color information

#711634 (or 0x711634) is unknown color: approx Claret. HEX triplet: 71, 16 and 34. RGB value is (113,22,52). Sum of RGB (Red+Green+Blue) = 113+22+52=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711634 is #8EE9CB. Grayscale: #343434. Windows color (decimal): -9365964 or 3413617. OLE color: 3413617.

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

Color convert

RGB1132252-
CMYK00.810.540.56
HSL340.22º67.41%26.47%-
HSV(B)340.22º80.53%44.31%-
XYZ7.724.333.68-
YUV52.63127.65171.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=60.43%
G=11.76%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113225200.810.540.56340.2267.4126.47
Hex7116340513638154431a
Octal16126640121667052410332
Binary11100011011011010001010001110110111000101010100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711634; }

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

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

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

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

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

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

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

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