#711C35

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

Shades of Claret #711C35

Tints of Claret #711C35

Color information

#711C35 (or 0x711C35) is unknown color: approx Claret. HEX triplet: 71, 1C and 35. RGB value is (113,28,53). Sum of RGB (Red+Green+Blue) = 113+28+53=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #711C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C35 is #8EE3CA. Grayscale: #383838. Windows color (decimal): -9364427 or 3480689. OLE color: 3480689.

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

Color convert

RGB1132853-
CMYK00.750.530.56
HSL342.35º60.28%27.65%-
HSV(B)342.35º75.22%44.31%-
XYZ7.874.63.84-
YUV56.26126.16168.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.25%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=58.25%
G=14.43%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113285300.750.530.56342.3560.2827.65
Hex711C3504B35381563c1c
Octal1613465011365705267434
Binary1110001111001101010100101111010111100010101011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,28,53); }

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

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

 a { background-color: rgb(113,28,53); }

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

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

 span { border-color: rgb(113,28,53); }

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