#612331

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

Shades of Claret #612331

Tints of Claret #612331

Color information

#612331 (or 0x612331) is unknown color: approx Claret. HEX triplet: 61, 23 and 31. RGB value is (97,35,49). Sum of RGB (Red+Green+Blue) = 97+35+49=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #612331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612331 is #9EDCCE. Grayscale: #373737. Windows color (decimal): -10411215 or 3220321. OLE color: 3220321.

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

Color convert

RGB973549-
CMYK00.640.490.62
HSL346.45º46.97%25.88%-
HSV(B)346.45º63.92%38.04%-
XYZ6.093.973.35-
YUV55.13124.54157.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=53.59%
G=19.34%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97354900.640.490.62346.4546.9725.88
Hex612331040313E15a2f1a
Octal1414361010061765325732
Binary11000011000111100010100000011000111111010101101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612331; }

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

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

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

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

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

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

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

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