#611531

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

Shades of Claret #611531

Tints of Claret #611531

Color information

#611531 (or 0x611531) is unknown color: approx Claret. HEX triplet: 61, 15 and 31. RGB value is (97,21,49). Sum of RGB (Red+Green+Blue) = 97+21+49=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611531 is #9EEACE. Grayscale: #2E2E2E. Windows color (decimal): -10414799 or 3216737. OLE color: 3216737.

HSL color Cylindrical-coordinate representation of color #611531: hue angle of 337.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611531 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB972149-
CMYK00.780.490.62
HSL337.89º64.41%23.14%-
HSV(B)337.89º78.35%38.04%-
XYZ5.753.33.24-
YUV46.92129.18163.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=58.08%
G=12.57%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97214900.780.490.62337.8964.4123.14
Hex61153104E313E1524017
Octal14125610116617652210027
Binary11000011010111000101001110110001111110101010010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611531; }

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

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

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

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

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

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

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

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