#611E31

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

Shades of Claret #611E31

Tints of Claret #611E31

Color information

#611E31 (or 0x611E31) is unknown color: approx Claret. HEX triplet: 61, 1E and 31. RGB value is (97,30,49). Sum of RGB (Red+Green+Blue) = 97+30+49=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #611E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E31 is #9EE1CE. Grayscale: #343434. Windows color (decimal): -10412495 or 3219041. OLE color: 3219041.

HSL color Cylindrical-coordinate representation of color #611E31: hue angle of 342.99º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E31 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB973049-
CMYK00.690.490.62
HSL342.99º52.76%24.9%-
HSV(B)342.99º69.07%38.04%-
XYZ5.953.693.3-
YUV52.2126.2159.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=55.11%
G=17.05%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97304900.690.490.62342.9952.7624.9
Hex611E31045313E1573519
Octal1413661010561765276531
Binary1100001111101100010100010111000111111010101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611E31; }

 p { color: rgb(97,30,49); }

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

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

 a { background-color: rgb(97,30,49); }

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

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

 span { border-color: rgb(97,30,49); }

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