#711D36

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

Shades of Claret #711D36

Tints of Claret #711D36

Color information

#711D36 (or 0x711D36) is unknown color: approx Claret. HEX triplet: 71, 1D and 36. RGB value is (113,29,54). Sum of RGB (Red+Green+Blue) = 113+29+54=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #711D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D36 is #8EE2C9. Grayscale: #383838. Windows color (decimal): -9364170 or 3546481. OLE color: 3546481.

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

Color convert

RGB1132954-
CMYK00.740.520.56
HSL342.14º59.15%27.84%-
HSV(B)342.14º74.34%44.31%-
XYZ7.924.663.97-
YUV56.97126.33167.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.65%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=57.65%
G=14.80%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113295400.740.520.56342.1459.1527.84
Hex711D3604A34381563b1c
Octal1613566011264705267334
Binary1110001111011101100100101011010011100010101011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711D36; }

 p { color: rgb(113,29,54); }

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

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

 a { background-color: rgb(113,29,54); }

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

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

 span { border-color: rgb(113,29,54); }

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