#611A34

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

Shades of Claret #611A34

Tints of Claret #611A34

Color information

#611A34 (or 0x611A34) is unknown color: approx Claret. HEX triplet: 61, 1A and 34. RGB value is (97,26,52). Sum of RGB (Red+Green+Blue) = 97+26+52=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #611A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A34 is #9EE5CB. Grayscale: #323232. Windows color (decimal): -10413516 or 3414625. OLE color: 3414625.

HSL color Cylindrical-coordinate representation of color #611A34: hue angle of 338.03º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A34 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB972652-
CMYK00.730.460.62
HSL338.03º57.72%24.12%-
HSV(B)338.03º73.2%38.04%-
XYZ5.923.533.62-
YUV50.19129.02161.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 26 (10.55% from 255) = 14.86%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=55.43%
G=14.86%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97265200.730.460.62338.0357.7224.12
Hex611A340492E3E1523a18
Octal1413264011156765227230
Binary1100001110101101000100100110111011111010101001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,26,52); }

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

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

 a { background-color: rgb(97,26,52); }

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

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

 span { border-color: rgb(97,26,52); }

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