#711132

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

Shades of Claret #711132

Tints of Claret #711132

Color information

#711132 (or 0x711132) is unknown color: approx Claret. HEX triplet: 71, 11 and 32. RGB value is (113,17,50). Sum of RGB (Red+Green+Blue) = 113+17+50=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #711132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711132 is #8EEECD. Grayscale: #313131. Windows color (decimal): -9367246 or 3281265. OLE color: 3281265.

HSL color Cylindrical-coordinate representation of color #711132: hue angle of 339.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711132 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1131750-
CMYK00.850.560.56
HSL339.38º73.85%25.49%-
HSV(B)339.38º84.96%44.31%-
XYZ7.594.143.42-
YUV49.47128.3173.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.78%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=62.78%
G=9.44%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113175000.850.560.56339.3873.8525.49
Hex71113205538381534a19
Octal16121620125707052311231
Binary11100011000111001001010101111000111000101010011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711132; }

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

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

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

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

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

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

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

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